{ "opencollection": "1.0.0", "info": { "name": "Helpcenter HolidayList API", "version": "1.0.0" }, "items": [ { "info": { "name": "HolidayList", "type": "folder" }, "items": [ { "info": { "name": "List holiday lists", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/holidayList", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of holiday lists to list" }, { "name": "from", "value": "", "type": "query", "description": "Index number, starting from which the holiday lists must be listed" }, { "name": "status", "value": "", "type": "query", "description": "Activation status of the holiday list. Values allowed are @ACTIVE@ and @INACTIVE@" } ] }, "docs": "This API lists a particular number of holiday lists, based on the limit specified" }, { "info": { "name": "Create holiday list", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/holidayList", "body": { "type": "json", "data": "{}" } }, "docs": "This API creates a holiday list in your help desk portal" }, { "info": { "name": "Get holiday list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/holidayList/:holidayListId", "params": [ { "name": "holidayListId", "value": "", "type": "path" } ] }, "docs": "This API fetches the details of a holiday list configured in your help desk portal" }, { "info": { "name": "Update holiday list", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/holidayList/:holidayListId", "params": [ { "name": "holidayListId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API updates the details of a holiday list configured in your help desk portal" } ] } ], "bundled": true }