Labor
List break types
Create break type
Delete break type
Get break type
Update break type
Create scheduled shift
Bulk publish scheduled shifts
Search scheduled shifts
Retrieve scheduled shift
Update scheduled shift
Publish scheduled shift
List team member wages
Get team member wage
Create timecard
Search timecards
Delete timecard
Retrieve timecard
Update timecard
List workweek configs
Update workweek config
Webhooks
labor.scheduled_shift.created
labor.scheduled_shift.deleted
labor.scheduled_shift.published
labor.scheduled_shift.updated
labor.timecard.created
labor.timecard.deleted
labor.timecard.updated
<- Labor API
Labor API
All versions ->
GET
/v2/labor/scheduled-shifts/{id}
Retrieves a scheduled shift by ID.
Guide
Scheduling with the Labor API
Example code
id
string
Required
The ID of the scheduled shift to retrieve.
scheduled_shift
ScheduledShift
The requested scheduled shift.
Show attributes
errors
Error [ ]
Any errors that occurred during the request.