Plots
Page number to retrieve.If you provide invalid value the default page number will applied Example: 1 Default Value: 1
Number of records per page. Example: 20 Default Value: 100 Max Value: 500
If provided value is greater than max value, max value will be applied.
Filter by commodities query param. Format: filter.commodities={$not}:OPERATION:VALUE Example: filter.commodities=$not:$like:John Doe&filter.commodities=like:John Available Operations$contains
List of fields to select. Example: Default Value: By default all fields returns. If you want to select only some fields, provide them in query param
A comma-separated list of relations to be included in the response. Possible relations are: mostRecentAnalysis, suppliers, mostRecentAnalysesByType, riskLevel. Deprecation: 'mostRecentAnalysis' is deprecated. Please use 'mostRecentAnalysesByType' as the response data will in particular include the data from 'mostRecentAnalysis'.
mostRecentAnalysesByTypeSpecify the response format. Defaults to application/json.
All plots in a list or as a GeoJSON FeatureCollection
Using the query parameter 'includes' with 'mostRecentAnalysesByType' and 'mostRecentAnalysis' simultaneously is not supported. 'mostRecentAnalysis' is deprecated. Please only use 'mostRecentAnalysesByType' as the response data will in particular include the data from 'mostRecentAnalysis'.
Specify the response format. Defaults to application/json.
Returns the created plot
A comma-separated list of relations to be included in the response. Possible relations are: mostRecentAnalysis, mostRecentAnalysesByType, riskLevel.
mostRecentAnalysis,mostRecentAnalysesByType,riskLevelSpecify the response format. Defaults to application/json.
Specify the response format. Defaults to application/json.
Free text name of the plot. Useful for easily finding and identifying the plot as an enduser.
Short description to find and identify plots as owners.
The geometry of the plot with the polygon. Currently supported: Polygon geometry as defined in https://datatracker.ietf.org/doc/html/rfc7946#section-3.1.6.
{"type":"Polygon","coordinates":[[[100,0],[101,0],[101,1],[100,1],[100,0]]]}Deprecated. This will be automatically populated by the system. The country code (ISO 31661Alpha2 expected).
Is this plot active in the system
trueFilename of the file where the plot is defined
A customizable metadata field for storing additional information related to a plot in TradeAware. This field allows customers to associate their own identifiers or data with TradeAware's system.
The `customData` field is returned unchanged and is visible only to the owners of the plot.
Constraints:
- Up to 10 keys per object
- Key length: Maximum 255 characters
- String value length: Maximum 255 characters
- Values must be of type: string, number, or boolean
- Nested objects are not allowed
- Keys cannot contain: '__proto__', 'constructor', or 'prototype'
{"key1":"someValue","key2":true,"key3":1234}The area of the plot or production place in hectares (ha).
Only applicable when the geometry is a GeoJSON point.
- must be between 0.01 and 4 hectares
- defaults to 4 hectares if not specified
If the geometry is a polygon, this value will be ignored as the area is calculated from the polygon itself
4Example: 0.5id of this entity
02c36247-1aad-41ba-aa49-f114ca4c263fISO 8601
2023-07-26T15:03:48ZISO 8601
2023-07-28T09:13:37ZThe geometry of the plot.
Free text name of the plot. Useful for easily finding and identifying the plot as an enduser.
Surface area in square meters
ISO 3166-1 alpha-2 country code of where the plot is located
The risk assessment status of this plot set by your business
The risk assessment status of this plot set by your business
The risk level of deforestation in this plot. IMPORTANT: only set when 'riskLevel' is provided in 'includes'. If no analysis on this plot is available yet, this property may be null.
Filename of the plot. Useful to know where is the Plot coming from on batch create.
Free text descrption of the plot. Useful for to keep human friendly Plot names.
The id of the owning business. May be undefined for supplier masking.
A customizable metadata field for storing additional information related to a plot in TradeAware. This field allows customers to associate their own identifiers or data with TradeAware's system.
The `customData` field is returned unchanged and is visible only to the owners of the plot.
Constraints:
- Up to 10 keys per object
- Key length: Maximum 255 characters
- String value length: Maximum 255 characters
- Values must be of type: string, number, or boolean
- Nested objects are not allowed
- Keys cannot contain: '__proto__', 'constructor', or 'prototype'
{"key1":"someValue","key2":true,"key3":1234}Last updated