- Subcategories:
- Absence Attachments
- Absence Certifications
- Absence Descriptive Flexfields
- Absence Developer Flexfields
- Absence Entitlement Unique Plans
- Absence Entitlements
- Absence Entry Details
- Absence Maternity Details
- Linked Absences
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
- Download a stack trace file
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/absences/action/downloadStackTrace
- Enter an override payment percentage for an absence
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/absences/action/overridePaymentPercentageEntitlement
- 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
- Reprocess absences and run postapproval process
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/absences/action/reprocessAbsencesAndRunPostApprovalProcess
- Search existing absences
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/absences/action/findByAdvancedSearchQuery
- Show absence plan usage
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/absences/action/planUse
- Update an absence record
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/absences/{absencesUniqID}