{ "opencollection": "1.0.0", "info": { "name": "Granular Farm Management Activities Crops API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.granular.ag/oauth/authorize", "accessTokenUrl": "https://auth.granular.ag/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Crops", "type": "folder" }, "items": [ { "info": { "name": "List crop plans", "type": "http" }, "http": { "method": "GET", "url": "https://api.granular.ag/v1/crop-plans", "params": [ { "name": "season", "value": "", "type": "query", "description": "Crop year" }, { "name": "farmId", "value": "", "type": "query" } ] }, "docs": "Returns crop plans for the organization including planned varieties, target yields, and input budgets." } ] } ], "bundled": true }