{ "opencollection": "1.0.0", "info": { "name": "Commusoft Authentication Locations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "List Locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.commusoft.com/api/v1/locations" }, "docs": "Retrieve location/site records." }, { "info": { "name": "Create Location", "type": "http" }, "http": { "method": "POST", "url": "https://api.commusoft.com/api/v1/locations", "body": { "type": "json", "data": "{}" } }, "docs": "Add a new location record." }, { "info": { "name": "Get Location", "type": "http" }, "http": { "method": "GET", "url": "https://api.commusoft.com/api/v1/locations/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "Unique identifier (UUID) of the record" } ] }, "docs": "Retrieve a specific location record by UUID." }, { "info": { "name": "Update Location", "type": "http" }, "http": { "method": "PUT", "url": "https://api.commusoft.com/api/v1/locations/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "Unique identifier (UUID) of the record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit an existing location record." } ] } ], "bundled": true }