{ "opencollection": "1.0.0", "info": { "name": "Toro Horizon360 Crews Jobs API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "List Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.horizon360.toro.com/v1/jobs", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by job status" }, { "name": "customerId", "value": "", "type": "query", "description": "Filter by customer ID" }, { "name": "startDate", "value": "", "type": "query", "description": "Filter jobs on or after this date" }, { "name": "endDate", "value": "", "type": "query", "description": "Filter jobs on or before this date" }, { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of jobs and work orders." }, { "info": { "name": "Create Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.horizon360.toro.com/v1/jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new landscaping job or work order." }, { "info": { "name": "Get Job", "type": "http" }, "http": { "method": "GET", "url": "https://api.horizon360.toro.com/v1/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific job by ID." }, { "info": { "name": "Update Job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.horizon360.toro.com/v1/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing job record." } ] } ], "bundled": true }