v1
latestOpenAPI 3.0.02026-07-132849114.2 KBInitiate a new export request.
Step one in requesting a data product. The method will return an Export ID which the caller will use in subsequent GET requests. The following contentTypes may be requested:
-
application/vnd.climate.acrsi.geojson (Beta) Exports the planting activities accessible by the authenticated user and optionally filtered by resource owner as a GeoJSON Feature Collection.
The export request definition must contain the following properties:
- plantingStartDate
- plantingEndDate
- resourceOwnerId
Requires exports:read and plantingActivitySummary:read scope.
-
application/vnd.climate.harvest.geojson Exports the harvesting activities accessible by the authenticated user and optionally filtered by resource owner as a GeoJSON Feature Collection.
The export request definition must contain the following properties:
- harvestStartDate
- harvestEndDate
- resourceOwnerId
Requires exports:read and plantingActivitySummary:read scope.
-
application/vnd.climate.yield-analysis.pdf Exports a PDF Yield Analysis Report (also called Harvest Summary Report) for all the fields in all the harvest seasons of the given year. If no year definition is provided then the current year is used.
The export request definition can contain the following properties:
- year
Requires exports:read and reports:read scope.
-
application/vnd.climate.yield-analysis.json Exports a JSON Yield Analysis Report (also called Harvest Summary Report) for all the fields in all the harvest seasons of the given year. If no year definition is provided then the current year is used.
The export request definition can contain the following properties:
- year
Requires exports:read and reports:read scope.
Request body
Response
OK