{ "opencollection": "1.0.0", "info": { "name": "Quinyx Absence Schedules Groups API", "version": "v2" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Get group by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.quinyx.com/v2/organisation/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Get group details identified by groupId." }, { "info": { "name": "Update group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.quinyx.com/v2/organisation/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a group identified by given groupId." }, { "info": { "name": "Delete a group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.quinyx.com/v2/organisation/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Deletes the group record with identified by aa given groupId." }, { "info": { "name": "Create group", "type": "http" }, "http": { "method": "POST", "url": "https://api.quinyx.com/v2/organisation/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new group from a given DTO." }, { "info": { "name": "List child groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.quinyx.com/v2/organisation/groups/:groupId/children", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "Zero-based page index (0..N)" }, { "name": "size", "value": "", "type": "query", "description": "The size of the page to be returned" }, { "name": "sort", "value": "", "type": "query", "description": "Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported." } ] }, "docs": "Get children groups from a given groupId." } ] } ], "bundled": true }