- Subcategories:
- Schedule Shifts Migration
Schedule Migration REST Endpoints
Schedule Migration
The workforceSchedules resource provides information about the workforce schedule. It lets schedulers view and manage schedule for a given period.
- Claim an open shift
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}/action/claimShift - Create all workforce schedules for the specified unit and period
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/workforceSchedules - Create workforce schedule open shifts
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}/action/createOpenShifts - Delete a single workforce schedule
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId} - Drop an assigned shift
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}/action/dropShift - Find the workforce schedule that matches the specified criteria
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/workforceSchedules/action/findByAdvancedSearchQuery - Get a single workforce schedule for the specified unit or assignment and day
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId} - Get all the workforce schedules for the specified unit and period
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/workforceSchedules - Get weekly scheduled and contracted hours
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}/action/weeklyTotals - List the conflicts for an open shift
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}/action/shiftConflicts - Run a full schedule validation
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}/action/validateSchedule - Update a single workforce schedule
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId} - Withdraw a claimed shift
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/workforceSchedules/{ScheduleId}/action/withdrawShift