---
title: "GET /parties/{partyId}/nutrient-analyses/{nutrientAnalysisId}"
method: GET
path: "/parties/{partyId}/nutrient-analyses/{nutrientAnalysisId}"
tags: ["NutrientAnalyses"]
---

# GET /parties/{partyId}/nutrient-analyses/{nutrientAnalysisId}

`GET /parties/{partyId}/nutrient-analyses/{nutrientAnalysisId}`

Gets a specified nutrient analysis resource under a particular party.

## Path parameters

- `partyId` string, required
- `nutrientAnalysisId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

Success

- NutrientAnalysis — Api Model for nutrient analysis object.
  - `partyId` string — Party id for this nutrient analysis.
  - `parentId` string — Parent id for this nutrient analysis.
  - `parentType` 'PlantTissueAnalysis' — Parent type for this nutrient analysis. i.e. PlantTissueAnalysis.
  - `unit` string — Unit for this nutrient analysis.
  - `value` number, double — Value for this nutrient analysis.
  - `referenceValueLow` number, double — Reference value low for this nutrient analysis.
  - `referenceValueHigh` number, double — Reference value high for this nutrient analysis.
  - `classification` string — Classification for this nutrient analysis.
  - `recommendation` string — Recommendation for this nutrient analysis.
  - `products` ProductDetails[] — Products for this nutrient analysis.
    - `rate` string — Rate of the product.
    - `instruction` string — Instruction of the resource.
    - `product` string — Product of the resource.
  - `id` string — Unique resource ID.
  - `eTag` string — The ETag value to implement optimistic concurrency.
  - `status` string — Status of the resource.
  - `createdDateTime` string, date-time — Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ.
  - `modifiedDateTime` string, date-time — Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.
  - `source` string — Source of the resource.
  - `name` string — Name to identify resource.
  - `description` string — Textual description of the resource.
  - `createdBy` string — Created by user/tenant id.
  - `modifiedBy` string — Modified by user/tenant id.
  - `properties` object — A collection of key value pairs that belongs to the resource. Each pair must not have a key greater than 50 characters and must not have a value greater than 150 characters. Note: A maximum of 25 key value pairs can be provided for a resource and only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/agrifood-agfoodplatform.md) · [All operations](https://skmtc.net/azure/apis/agrifood-agfoodplatform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/agrifood-agfoodplatform/revisions/33cf1de6e0c4/schema)
