- Subcategories:
- Absence Bid Attachments
- Absence Descriptive Flexfields
- Absence Developer Flexfields
- Absence Entitlements
- Absence Entry Details
- Absence Maternity Details
Absences REST Endpoints
Absences
The absences resource provides the absence service used to record, view, update, and withdraw absences for employees.
- Create an absence record
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/absences - Delete an absence record
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID} - Display absence cases based on search criteria
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/absences/action/findByAdvancedSearchQueryForCases - Display absence type projected balance.
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/absences/action/loadProjectedBalance - Display daily and shift details of the absence request
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/absences/action/absenceDailyDetailsBreakdown - Get all absence records
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/absences - Get an absence record
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID} - Get an absence type balance
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/absences/action/getAbsenceTypeBalance - Search existing absences
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/absences/action/findByAdvancedSearchQuery - Update an absence record
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}