Holidays REST Endpoints
Holidays
The list of holidays in your organization.
- Create a holiday
- Method: postPath:
/services/rest/connect/v1.4/holidays - Delete a holiday
- Method: deletePath:
/services/rest/connect/v1.4/holidays/{id} - Get a holiday
- Method: getPath:
/services/rest/connect/v1.4/holidays/{id} - Get multiple holidays
- Method: getPath:
/services/rest/connect/v1.4/holidays - Update a holiday
- Method: patchPath:
/services/rest/connect/v1.4/holidays/{id}