v7

latestSwagger 2.02026-07-13186148695.0 KB
PlantTissueAnalyses

Gets a specified plant tissue analysis resource under a particular party.

get/parties/{partyId}/plant-tissue-analyses/{plantTissueAnalysisId}

Path parameters

partyIdstring required

Id of the associated party.

plantTissueAnalysisIdstring required

Id of the plant tissue analysis.

Query parameters

api-versionstring required

The requested API version

Response

Success

partyIdstring

Id of the associated Party.

fieldIdstring

Id of the associated Field.

cropIdstring

Id of the associated Crop.

cropProductIdstring

Id of the associated Crop product.

seasonIdstring

Id of the associated Season.

plantingDateTimestring date-time

Planting datetime for this plant tissue analysis.

growthStagestring

Growth stage for this plant tissue analysis.

plantPartstring

Plant part for this plant tissue analysis.

plantPositionstring

Plant position for this plant tissue analysis.

plantAppearancestring

Plant appearance for this plant tissue analysis.

sampleCollectionConditionstring

Sample collection condition for this plant tissue analysis.

sampleCollectionDateTimestring date-time

Sample collection dateTime for this plant tissue analysis.

sampleReceivedDateTimestring date-time

Sample received dateTime.

sampleTestResultDateTimestring date-time

Sample test result dateTime for this plant tissue analysis.

idstring

Unique resource ID.

eTagstring

The ETag value to implement optimistic concurrency.

statusstring

Status of the resource.

createdDateTimestring date-time

Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ.

modifiedDateTimestring date-time

Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.

sourcestring

Source of the resource.

namestring

Name to identify resource.

descriptionstring

Textual description of the resource.

createdBystring

Created by user/tenant id.

modifiedBystring

Modified by user/tenant id.

propertiesobject

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.

Example response

{
  "createdDateTime": "2020-12-31T11:10:21Z",
  "modifiedDateTime": "2020-12-31T11:10:21Z",
  "properties": {
    "key1": "value1",
    "key2": 123.45
  }
}