{ "opencollection": "1.0.0", "info": { "name": "Quinyx Absence Schedules Group Locations API", "version": "v2" }, "items": [ { "info": { "name": "Group Locations", "type": "folder" }, "items": [ { "info": { "name": "Get group location by group id and location id", "type": "http" }, "http": { "method": "GET", "url": "https://api.quinyx.com/v2/organisation/groups/:groupId/locations/:locationId", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "locationId", "value": "", "type": "path" } ] }, "docs": "Get group location by group id and location id" }, { "info": { "name": "Update group location", "type": "http" }, "http": { "method": "PUT", "url": "https://api.quinyx.com/v2/organisation/groups/:groupId/locations/:locationId", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "locationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update group location" }, { "info": { "name": "Delete group location", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.quinyx.com/v2/organisation/groups/:groupId/locations/:locationId", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "locationId", "value": "", "type": "path" } ] }, "docs": "Delete group location" }, { "info": { "name": "List group locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.quinyx.com/v2/organisation/groups/:groupId/locations", "params": [ { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "List group locations" }, { "info": { "name": "Create group location", "type": "http" }, "http": { "method": "POST", "url": "https://api.quinyx.com/v2/organisation/groups/:groupId/locations", "params": [ { "name": "groupId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create group location" } ] } ], "bundled": true }