An Asset Saved Crop Area Summary resource is a saved crop area summary for a given AssetFile of an Asset.
Get all of the SavedCropAreaSummaries resources for the specified Asset.
Security
bearerToken
The unique ID of the Asset
- Productionhttps://api-v2.dash.app/assets/{id}/saved-crop-area-summaries
- Staginghttps://api-v2.dashstaging.app/assets/{id}/saved-crop-area-summaries
curl -i -X GET \
'https://api-v2.dash.app/assets/{id}/saved-crop-area-summaries' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
[ { "result": { … }, "permittedActions": [ … ] } ]