Holiday Calendars define the days in which account members are unavailable to work due to company-wide days off.
This endpoint returns structured Holiday Calendar objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the holiday_calendars
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "holiday_calendars": {
- "property1": {
- "default": true,
- "name": "string"
}, - "property2": {
- "default": true,
- "name": "string"
}
}
}
This endpoint returns structured Holiday Calendar objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the holiday_calendars
top-level JSON key.
Please see our Response Format section for more information.
{- "holiday_calendar": {
- "name": "string"
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "holiday_calendars": {
- "property1": {
- "default": true,
- "name": "string"
}, - "property2": {
- "default": true,
- "name": "string"
}
}
}
This endpoint returns structured Holiday Calendar objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the holiday_calendars
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "holiday_calendars": {
- "property1": {
- "default": true,
- "name": "string"
}, - "property2": {
- "default": true,
- "name": "string"
}
}
}
This endpoint returns structured Holiday Calendar objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the holiday_calendars
top-level JSON key.
Please see our Response Format section for more information.
{- "holiday_calendar": {
- "name": "string"
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "holiday_calendars": {
- "property1": {
- "default": true,
- "name": "string"
}, - "property2": {
- "default": true,
- "name": "string"
}
}
}
The response will contain no content and an HTTP 204 status code if the request was successful, or a standard Kantata OX error message explaining why the object could not be deleted.
Holiday Calendar has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}