{ "opencollection": "1.0.0", "info": { "name": "Quinyx Absence Schedules Role API", "version": "v2" }, "items": [ { "info": { "name": "Role", "type": "folder" }, "items": [ { "info": { "name": "List roles", "type": "http" }, "http": { "method": "GET", "url": "https://api.quinyx.com/organization/v3/roles", "params": [ { "name": "pageToken", "value": "", "type": "query", "description": "Cursor for the next page of results." }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of items to return." } ] }, "docs": "Returns a paginated list of roles." }, { "info": { "name": "Get a role", "type": "http" }, "http": { "method": "GET", "url": "https://api.quinyx.com/organization/v3/roles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns a role by ID." } ] } ], "bundled": true }