Changelog
This changelog lists all additions and updates to the Gardin API, in chronological order.
Users can subscribe to updates via the RSS feed (https://developers.gardin.ag/changelog/rss.xml)
1.5.0 (23rd October 2024)
Query API
- DPI (Daily photosythesis integral) and DLI (Daily light integral) indices are now available to download via Query API for selected license plans. See documentation for the
POST /query
endpoint for more information.
1.4.0 (3rd October 2024)
Query API
- Endpoint removed The
GET /query/:queryId/result
endpoint has been retired and is no longer available. Users should use the GET/query/:queryId/result/download
endpoint, which supports single request, large-volume downloads.
1.3.0 (19th August 2024)
Query API
- Deprecation Notice The
GET /query/:queryId/result
endpoint has been marked as deprecated and is scheduled to be retired. Users should use the GET/query/:queryId/result/download
endpoint, which supports single request, large-volume downloads. Update (3rd September 2024): This endpoint will be permanently unavailable after 3rd October 2024. Index values in result sets now support the neccessary 1dp precision.
Issue on
POST /query
endpoint preventing users from being able to provide an array of values for thecontrolArea
filter has been fixed.
1.2.0 (31st May 2024)
Query API
- Query result sets can now be downloaded via a single request as a CSV export (GET
/query/:queryId/result/download
endpoint). - Scheduled and/or running queries can now be cancelled via the PATCH
/query/:queryId/cancel
endpoint. - Additional query filters are now available:
jobId
,isDaytime
. - Users can now specify which columns they would like to include in query result sets via the
selectColumns
filter.
1.1.0 (9th April 2024)
Query API
- First release of Query API.
1.0.0 (19th February 2024)
Login API
- First release of Login API.
Sensor Management API
- First release of Sensor Management API.
Alert Notification API
- First release of Alert Notification API.