{ "opencollection": "1.0.0", "info": { "name": "Quinyx Absence Schedules Forecast Events API", "version": "v2" }, "items": [ { "info": { "name": "Forecast Events", "type": "folder" }, "items": [ { "info": { "name": "Update forecast event", "type": "http" }, "http": { "method": "PUT", "url": "https://api.quinyx.com/v2/forecast-events/groups/:groupId/events/:eventId", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update forecast event" }, { "info": { "name": "Delete forecast event", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.quinyx.com/v2/forecast-events/groups/:groupId/events/:eventId", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" } ] }, "docs": "Delete forecast event" }, { "info": { "name": "List forecast events for group", "type": "http" }, "http": { "method": "GET", "url": "https://api.quinyx.com/v2/forecast-events/groups/:groupId/events", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "startTime", "value": "", "type": "query" }, { "name": "endTime", "value": "", "type": "query" } ] }, "docs": "List forecast events for group" }, { "info": { "name": "List forecast events for group and its ancestors", "type": "http" }, "http": { "method": "POST", "url": "https://api.quinyx.com/v2/forecast-events/groups/:groupId/events", "params": [ { "name": "groupId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "List forecast events for group and its ancestors" }, { "info": { "name": "Create forecast events for forecast configurations and groups", "type": "http" }, "http": { "method": "POST", "url": "https://api.quinyx.com/v2/forecast-events/groups/:groupId/event", "params": [ { "name": "groupId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create forecast events for forecast configurations and groups" }, { "info": { "name": "List override events for forecast event", "type": "http" }, "http": { "method": "GET", "url": "https://api.quinyx.com/v2/forecast-events/groups/:groupId/events/:eventId/overrides", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "eventId", "value": "", "type": "path" } ] }, "docs": "List override events for forecast event" } ] } ], "bundled": true }