{ "opencollection": "1.0.0", "info": { "name": "Trimble Agriculture Data Boundaries Prescriptions API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Prescriptions", "type": "folder" }, "items": [ { "info": { "name": "List Prescriptions", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.api.trimble.com/Trimble-Ag-Software/externalApi/3.0/organizations/:organizationId/prescriptions", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "cropZoneId", "value": "", "type": "query", "description": "Filter by crop zone" } ] }, "docs": "Returns prescription files for an organization." }, { "info": { "name": "Create Prescription", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.api.trimble.com/Trimble-Ag-Software/externalApi/3.0/organizations/:organizationId/prescriptions", "params": [ { "name": "organizationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upload a prescription file to be sent to Trimble displays for variable-rate application in the field." }, { "info": { "name": "Get Prescription", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.api.trimble.com/Trimble-Ag-Software/externalApi/3.0/organizations/:organizationId/prescriptions/:prescriptionId", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "prescriptionId", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific prescription file." }, { "info": { "name": "Delete Prescription", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.api.trimble.com/Trimble-Ag-Software/externalApi/3.0/organizations/:organizationId/prescriptions/:prescriptionId", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "prescriptionId", "value": "", "type": "path" } ] }, "docs": "Delete a prescription file." } ] } ], "bundled": true }