{ "opencollection": "1.0.0", "info": { "name": "Climate FieldView Platform Application API", "version": "4.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.climate.com/api/oauth/authorize", "accessTokenUrl": "https://api.climate.com/api/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Application", "type": "folder" }, "items": [ { "info": { "name": "List as-applied agrochemical layers", "type": "http" }, "http": { "method": "GET", "url": "https://api.climate.com/api/v4/layers/asApplied", "params": [ { "name": "fieldId", "value": "", "type": "query" }, { "name": "occurredAfter", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns all as-applied layers (fertilizer, pesticide, and herbicide application records)." } ] } ], "bundled": true }