{ "opencollection": "1.0.0", "info": { "name": "Quinyx Absence Schedules Opening Hours API", "version": "v2" }, "items": [ { "info": { "name": "Opening Hours", "type": "folder" }, "items": [ { "info": { "name": "Update opening hours by id", "type": "http" }, "http": { "method": "PUT", "url": "https://api.quinyx.com/v2/opening-hours/groups/:groupId/opening-hours/:openingHoursId", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "openingHoursId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update opening hours by id" }, { "info": { "name": "Delete opening hours based on opening hours id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.quinyx.com/v2/opening-hours/groups/:groupId/opening-hours/:openingHoursId", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "openingHoursId", "value": "", "type": "path" } ] }, "docs": "Delete opening hours based on opening hours id" }, { "info": { "name": "Get opening hours based on group id", "type": "http" }, "http": { "method": "GET", "url": "https://api.quinyx.com/v2/opening-hours/groups/:groupId/opening-hours", "params": [ { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Get opening hours based on group id" }, { "info": { "name": "Create opening hours", "type": "http" }, "http": { "method": "POST", "url": "https://api.quinyx.com/v2/opening-hours/groups/:groupId/opening-hours", "params": [ { "name": "groupId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create opening hours" }, { "info": { "name": "Get open periods", "type": "http" }, "http": { "method": "GET", "url": "https://api.quinyx.com/v2/opening-hours/groups/:groupId/open-periods", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "periodStart", "value": "", "type": "query" }, { "name": "periodEnd", "value": "", "type": "query" } ] }, "docs": "Get open periods" } ] } ], "bundled": true }