Get holiday list
GET {{baseUrl}}/api/v1/holidayList/:holidayListId
This API fetches the details of a holiday list configured in your help desk portal
OAuth Scope
Desk.settings.READ
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"modifiedTime":"2018-12-10T10:36:53.136Z","associatedBusinessHours":[{"businessHourStatus":"ACTIVE","businessHourId":"4000000101003","businessHourName":"UK Day Shift"},{"businessHourStatus":"ACTIVE","businessHourId":"4000000101005","businessHourName":"Indian Night Shift"},{"businessHourStatus":"ACTIVE","businessHourId":"4000000103001","businessHourName":"UK Night Shift"}],"holidays":[{"from":"02-20","to":"02-21","holidayName":"Holiday1"},{"from":"03-26","to":"03-26","holidayName":"Holiday2"},{"from":"12-24","to":"12-25","holidayName":"Christmas Holidays"}],"createdBy":"4000000016079","name":"My Company Holidays","createdTime":"2018-12-10T10:36:53.136Z","modifiedBy":"4000000016079","id":"4000000191371","status":"ACTIVE"}