Get Holiday Group by UUID

Retrieve a single holiday group by UUID, including its associated holidays and dates.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

uuidstringRequiredformat: "uuid"
UUID of the holiday group

Headers

vnd.a1.tenant-idstringOptional

Tenant identifier for multi-tenant environments

Query parameters

includestringOptional

Comma-separated list of relations to include (e.g. holidays).

Response

Successful Response
holidayGroupUuidstringformat: "uuid"
holidayGroupNamestring
enabledboolean
holidayslist of objects

Errors

404
Not Found Error