{ "opencollection": "1.0.0", "info": { "name": "Quinyx Absence Schedules Forecast Event Categories API", "version": "v2" }, "items": [ { "info": { "name": "Forecast Event Categories", "type": "folder" }, "items": [ { "info": { "name": "Get forecast event category", "type": "http" }, "http": { "method": "GET", "url": "https://api.quinyx.com/v2/forecast-events/groups/:groupId/event-categories/:eventCategoryId", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "eventCategoryId", "value": "", "type": "path" } ] }, "docs": "Get forecast event category" }, { "info": { "name": "Update forecast event category", "type": "http" }, "http": { "method": "PUT", "url": "https://api.quinyx.com/v2/forecast-events/groups/:groupId/event-categories/:eventCategoryId", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "eventCategoryId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update forecast event category" }, { "info": { "name": "Delete forecast event category", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.quinyx.com/v2/forecast-events/groups/:groupId/event-categories/:eventCategoryId", "params": [ { "name": "groupId", "value": "", "type": "path" }, { "name": "eventCategoryId", "value": "", "type": "path" } ] }, "docs": "Delete forecast event category" }, { "info": { "name": "List forecast event categories for group", "type": "http" }, "http": { "method": "GET", "url": "https://api.quinyx.com/v2/forecast-events/groups/:groupId/event-categories", "params": [ { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "List forecast event categories for group" }, { "info": { "name": "Create forecast event category for the domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.quinyx.com/v2/forecast-events/groups/:groupId/event-categories", "params": [ { "name": "groupId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create forecast event category for the domain" } ] } ], "bundled": true }