Returns a paginated list of crop resources.
Query parameters
Crop phenotypes of the crop.
Breeding method of the crop.
Location of the crop.
Reference dataset id of the crop.
Reference record id of the crop.
Ids of the resource.
Names of the resource.
Filters on key-value pairs within the Properties object. eg. "{testKey} eq {testValue}".
Statuses of the resource.
Minimum creation date of resource (inclusive).
Maximum creation date of resource (inclusive).
Minimum last modified date of resource (inclusive).
Maximum last modified date of resource (inclusive).
Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50.
Skip token for getting next set of results.
The requested API version
Response
Success
Example response
{
"value": [
{
"createdDateTime": "2020-12-31T11:10:21Z",
"modifiedDateTime": "2020-12-31T11:10:21Z",
"properties": {
"key1": "value1",
"key2": 123.45
}
}
]
}Changes
Changed in 2 of the 6 revisions of this API.26
- ○
added the new optional
queryrequest parameterlocationsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterreferenceDatasetIdsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterreferenceRecordIdsnew-optional-request-parameter
- ○
- ●
deleted the
queryrequest parameter$maxPageSizerequest-parameter-removed
- ●
deleted the
queryrequest parameter$skipTokenrequest-parameter-removed
- ○
added the new optional
queryrequest parameterbreedingMethodsnew-optional-request-parameter
- ○
added the new optional
queryrequest parametermaxPageSizenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterskipTokennew-optional-request-parameter
- ●