Workforce Schedule Shifts REST Endpoints

Workforce Schedule Shifts
Information about the workforce schedule shifts. The resource lets schedulers view and manage schedule shifts for a given period, manage open shifts, and manage worker assignments.
Create a collection of workforce schedule shifts for selected unit for a period
Method: post
Path: /hcmRestApi/resources/11.13.18.05/scheduleShifts
Delete a single workforce schedule shift
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/scheduleShifts/{ScheduleShiftId}
Finds the workforce schedule shifts that match the specified criteria, such as name.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/scheduleShifts/action/getFilterValues
Finds the workforce schedule shifts that match the specified criteria.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/scheduleShifts/action/findByAdvancedSearchQuery
Get a collection of workforce schedule shifts for the specified unit and period
Method: get
Path: /hcmRestApi/resources/11.13.18.05/scheduleShifts
Get a single workforce schedule shift for the specified unit or assignment and day
Method: get
Path: /hcmRestApi/resources/11.13.18.05/scheduleShifts/{ScheduleShiftId}
Update a single workforce schedule shift
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/scheduleShifts/{ScheduleShiftId}