{ "opencollection": "1.0.0", "info": { "name": "WorkWave Route Manager Callback Territories API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-WorkWave-Key", "value": "{{X-WorkWave-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Territories", "type": "folder" }, "items": [ { "info": { "name": "List all territories accessible to the API key.", "type": "http" }, "http": { "method": "GET", "url": "https://wwrm.workwave.com/api/v1/territories" }, "docs": "List all territories accessible to the API key." }, { "info": { "name": "Edit a territory's preferences.", "type": "http" }, "http": { "method": "PUT", "url": "https://wwrm.workwave.com/api/v1/territories/:territoryId", "params": [ { "name": "territoryId", "value": "", "type": "path", "description": "The territory identifier used by most calls." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit a territory's preferences." }, { "info": { "name": "Modify the planning range of a territory.", "type": "http" }, "http": { "method": "PUT", "url": "https://wwrm.workwave.com/api/v1/territories/:territoryId/planningrange", "params": [ { "name": "territoryId", "value": "", "type": "path", "description": "The territory identifier used by most calls." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify the planning range of a territory." } ] } ], "bundled": true }