- Subcategories:
- Time Event Attribute Values
Time Events REST Endpoints
Time Events
The timeEvents resource provides all time events and related attribute values.
- Delete a time event
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/timeEvents/{TimeEventId}
- Delete unprocessed time events
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/timeEvents/action/deleteUnprocessedTimeEvents
- Find the time events that match the search criteria
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/timeEvents/action/findByAdvancedSearchQuery
- Generate time event geolocation addresses
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/timeEvents/action/generateGeolocationAddresses
- Get a time event
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/timeEvents/{TimeEventId}
- Get all time events
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/timeEvents
- Reset the status of failed time events
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/timeEvents/action/resetFailedTimeEvents
- Update a time event
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/timeEvents/{TimeEventId}