Organizational Calendars REST Endpoints
Organizational Calendars
The absenceCalendars resource provides information about organizational calendars and lets administrators view and manage them for a given date range.
- Create an organizational calendar
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/absenceCalendars
- Delete an organizational calendar
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/absenceCalendars/{CalendarId}
- Find the organizational calendar that matches the specified criteria.
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/absenceCalendars/action/findByAdvancedSearch
- Get a single organizational calendar
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/absenceCalendars/{CalendarId}
- Get all the organizational calendars for the specified range
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/absenceCalendars
- Update an organizational calendar
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/absenceCalendars/{CalendarId}