Finds and returns a Holiday List identified by its Holiday ListID.

get

/primeapi/restapi/v16.2/holidayList/{id}

Request

Path Parameters
id
Type: integer (int64)
Required: true
ID of the Holiday List to be found.

Response

Supported Media Types
  • application/json
200 Response
successful operation
Body
Root Schema : ApiEntityHolidayGroup
Type: object
Nested Schema : holidays
Type: array
Unique Items Required: true
Nested Schema : ApiEntityHoliday
Type: object
Nested Schema : DayWorkTime
Type: object
Nested Schema : workTimes
Type: array
Nested Schema : DayWorkRange
Type: object
404 Response
The Holiday List does not exist or you do not have access to it.