Developers
API ReferenceVacation Type

Retrieves a VacationType resource.

GET
/calendar/vacation-types/{id}

Retrieves a VacationType resource.

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

VacationType identifier

Response Body

curl -X GET "https://example.com/calendar/vacation-types/string"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "decrementVacation": true,  "isActive": true}