{ "opencollection": "1.0.0", "info": { "name": "Quinyx Absence Schedules Absence Types API", "version": "v2" }, "items": [ { "info": { "name": "Absence Types", "type": "folder" }, "items": [ { "info": { "name": "List absence types for group and employee in period", "type": "http" }, "http": { "method": "GET", "url": "https://api.quinyx.com/v2/absence-types/groups/:groupId/employees/:employeeId", "params": [ { "name": "groupId", "value": "170300", "type": "path", "description": "ID of the domain group. Any other group type (e.g. district, unit or section) is rejected with a 400 error." }, { "name": "employeeId", "value": "608414", "type": "path", "description": "ID of the employee" }, { "name": "start", "value": "2026-07-01", "type": "query", "description": "Start date of the period (yyyy-MM-dd)" }, { "name": "end", "value": "2026-07-31", "type": "query", "description": "End date of the period (yyyy-MM-dd)" } ] }, "docs": "List absence types for group and employee in period" } ] } ], "bundled": true }