Attendance Violations REST Endpoints
Attendance Violations
The attendanceViolations resource provides all worker time attendance violations.
- Acknowledge or dismiss attendance violations
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/attendanceViolations/action/processViolationsByActionWithComment
- Create an attendance violation
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/attendanceViolations
- Find the attendance violations that match the search criteria
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/attendanceViolations/action/findByAdvancedSearchQuery
- Get all attendance violations
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/attendanceViolations
- Get an attendance violation
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/attendanceViolations/{AttendanceViolationId}
- Update an attendance violation
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/attendanceViolations/{AttendanceViolationId}