{ "opencollection": "1.0.0", "info": { "name": "WorkWave Route Manager Callback Routes API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-WorkWave-Key", "value": "{{X-WorkWave-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Routes", "type": "folder" }, "items": [ { "info": { "name": "List optimized routes (Time of Arrival) for a territory.", "type": "http" }, "http": { "method": "GET", "url": "https://wwrm.workwave.com/api/v1/territories/:territoryId/toa/routes", "params": [ { "name": "territoryId", "value": "", "type": "path", "description": "The territory identifier used by most calls." } ] }, "docs": "List optimized routes (Time of Arrival) for a territory." }, { "info": { "name": "Retrieve a single optimized route with Time of Arrival details.", "type": "http" }, "http": { "method": "GET", "url": "https://wwrm.workwave.com/api/v1/territories/:territoryId/toa/routes/:routeId", "params": [ { "name": "territoryId", "value": "", "type": "path", "description": "The territory identifier used by most calls." }, { "name": "routeId", "value": "", "type": "path", "description": "Route identifier, typically in the form {routeId}-{date}." } ] }, "docs": "Retrieve a single optimized route with Time of Arrival details." }, { "info": { "name": "Retrieve approved route plan data for a territory.", "type": "http" }, "http": { "method": "GET", "url": "https://wwrm.workwave.com/api/v1/territories/:territoryId/approved/routes", "params": [ { "name": "territoryId", "value": "", "type": "path", "description": "The territory identifier used by most calls." } ] }, "docs": "Retrieve approved route plan data for a territory." } ] } ], "bundled": true }