This endpoint returns structured Holiday Calendar Membership 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_calendar_memberships
top-level JSON key.
Please see our Response Format section for more information.
by_holiday_calendar_id | integer <int32> Include holiday calendar memberships for the specified holiday calendar ID. |
by_user_id | integer <int32> Include holiday calendar memberships for the specified user ID. |
created_after | string <date-time> Filter for records created after a specified datetime. The datetime must be in ISO 8601 format. |
created_before | string <date-time> Filter for records created before a specified datetime. The datetime must be in ISO 8601 format. |
include | string Any of the below associations can be included in your request by providing the
|
only | string Allows you to request one or more resources directly by ID. Multiple IDs can be supplied
in a comma separated list, like |
order | string Default: "start_date:desc" Supply Valid values: |
page | integer <int32> Default: 1 |
per_page | integer <int32> <= 200 Default: 20 |
updated_after | string <date-time> Filter for records updated after a specified datetime. The datetime must be in ISO 8601 format. |
updated_before | string <date-time> Filter for records updated before a specified datetime. The datetime must be in ISO 8601 format. |
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "holiday_calendar_memberships": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24",
- "holiday_calendar_id": "string",
- "in_use": true,
- "start_date": "2019-08-24",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24",
- "holiday_calendar_id": "string",
- "in_use": true,
- "start_date": "2019-08-24",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0
}
}, - "holiday_calendars": {
- "property1": {
- "default": true,
- "name": "string"
}, - "property2": {
- "default": true,
- "name": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}
}
This endpoint returns structured Holiday Calendar Membership 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_calendar_memberships
top-level JSON key.
Please see our Response Format section for more information.
object | |||||||
|
{- "holiday_calendar_membership": {
- "start_date": "2019-08-24",
- "holiday_calendar_id": 0,
- "user_id": 0
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "holiday_calendar_memberships": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24",
- "holiday_calendar_id": "string",
- "in_use": true,
- "start_date": "2019-08-24",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24",
- "holiday_calendar_id": "string",
- "in_use": true,
- "start_date": "2019-08-24",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0
}
}, - "holiday_calendars": {
- "property1": {
- "default": true,
- "name": "string"
}, - "property2": {
- "default": true,
- "name": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}
}
This endpoint returns structured Holiday Calendar Membership 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_calendar_memberships
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_calendar_memberships": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24",
- "holiday_calendar_id": "string",
- "in_use": true,
- "start_date": "2019-08-24",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24",
- "holiday_calendar_id": "string",
- "in_use": true,
- "start_date": "2019-08-24",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0
}
}, - "holiday_calendars": {
- "property1": {
- "default": true,
- "name": "string"
}, - "property2": {
- "default": true,
- "name": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}
}
This endpoint returns structured Holiday Calendar Membership 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_calendar_memberships
top-level JSON key.
Please see our Response Format section for more information.
object | |||||
|
{- "holiday_calendar_membership": {
- "start_date": "2019-08-24",
- "holiday_calendar_id": 0
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "holiday_calendar_memberships": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24",
- "holiday_calendar_id": "string",
- "in_use": true,
- "start_date": "2019-08-24",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24",
- "holiday_calendar_id": "string",
- "in_use": true,
- "start_date": "2019-08-24",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": 0
}
}, - "holiday_calendars": {
- "property1": {
- "default": true,
- "name": "string"
}, - "property2": {
- "default": true,
- "name": "string"
}
}, - "users": {
- "property1": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}, - "property2": {
- "abbreviated_timezone": "string",
- "account_membership_id": "string",
- "bio": "string",
- "city": "string",
- "classification": "string",
- "country": "string",
- "custom_field_value_ids": [
- "string"
], - "email_address": "string",
- "external_reference_ids": [
- "string"
], - "full_name": "string",
- "headline": "string",
- "last_site_activity": "2019-08-24T14:15:22Z",
- "manager_id": "string",
- "photo_path": "string",
- "role_id": "string",
- "skill_ids": [
- "string"
], - "skill_membership_ids": [
- "string"
], - "state": "string",
- "website": "string",
- "work_sample_ids": [
- "string"
]
}
}
}
Unlink the calendar from the user.
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 Membership has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}