Finds and returns a holiday identified by its holiday name.

get

/primeapi/restapi/v16.2/holiday/name/{name}

Request

Path Parameters
name
Type: string
Required: true
Name of the holiday to be found.

Response

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