{ "opencollection": "1.0.0", "info": { "name": "Trimble Agriculture Data Boundaries Work Orders API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Work Orders", "type": "folder" }, "items": [ { "info": { "name": "List Work Orders", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.api.trimble.com/Trimble-Ag-Software/externalApi/3.0/organizations/:organizationId/workorders", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "status", "value": "", "type": "query", "description": "Filter by work order status" } ] }, "docs": "Returns work orders for an organization." }, { "info": { "name": "Create Work Order", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.api.trimble.com/Trimble-Ag-Software/externalApi/3.0/organizations/:organizationId/workorders", "params": [ { "name": "organizationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a work order to plan, assign, and communicate a job to farm equipment operators. Work orders can remotely preconfigure Precision-IQ Display tasks." }, { "info": { "name": "Get Work Order", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.api.trimble.com/Trimble-Ag-Software/externalApi/3.0/organizations/:organizationId/workorders/:workOrderId", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "workOrderId", "value": "", "type": "path" } ] }, "docs": "Retrieve details for a specific work order." }, { "info": { "name": "Update Work Order", "type": "http" }, "http": { "method": "PUT", "url": "https://cloud.api.trimble.com/Trimble-Ag-Software/externalApi/3.0/organizations/:organizationId/workorders/:workOrderId", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "workOrderId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a work order's status or details." } ] } ], "bundled": true }