Get Holiday
GET https://{{axpAPIDomain}}/api/business-hours/v1/accounts/:accountId/timetables/:timetableId/holidays/:holidayId
Gets a Holiday by ID.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
appkey | string | ||
Accept | string |
RESPONSES
status: OK
{"holidayId":"72f456b0-2b50-11ec-8d3d-0242ac130003","name":"Christmas Holidays","description":"Christmas holidays","dates":["2021-12-24","2021-12-25","2021-12-26"]}