{ "opencollection": "1.0.0", "info": { "name": "Trimble Agriculture Data Boundaries API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Boundaries", "type": "folder" }, "items": [ { "info": { "name": "List Boundaries", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.api.trimble.com/Trimble-Ag-Software/externalApi/3.0/organizations/:organizationId/boundaries", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "fieldId", "value": "", "type": "query" } ] }, "docs": "Returns all field and crop zone boundaries for an organization." } ] } ], "bundled": true }