Labor
RetrieveScheduledShift
Retrieves a scheduled shift by ID.
get/v2/labor/scheduled-shifts/{id}
Path parameters
idstring required
The ID of the scheduled shift to retrieve.
Response
Success
Example response
{
"scheduled_shift": {
"created_at": "2019-02-25T03:11:00-05:00",
"draft_shift_details": {
"end_at": "2019-03-25T13:18:00-05:00",
"is_deleted": false,
"job_id": "FzbJAtt9qEWncK1BWgVCxQ6M",
"location_id": "PAA1RJZZKXBFG",
"notes": "Don't forget to prep the vegetables",
"start_at": "2019-03-25T03:11:00-05:00",
"team_member_id": "ormj0jJJZ5OZIzxrZYJI",
"timezone": "America/New_York"
},
"id": "K0YH4CV5462JB",
"updated_at": "2019-02-25T03:11:15-05:00",
"version": 2
}
}