Represents shift details for draft and published versions of a scheduled shift, such as job ID, team member assignment, and start and end times.
<- Object
Object
Represents shift details for draft and published versions of a scheduled shift, such as job ID, team member assignment, and start and end times.
The ID of the team member scheduled for the shift.
The ID of the location the shift is scheduled for.
The ID of the job the shift is scheduled for.
The start time of the shift, in RFC 3339 format in the time zone + offset of the shift location specified in location_id
. Precision up to the minute is respected; seconds are truncated.
The end time for the shift, in RFC 3339 format in the time zone + offset of the shift location specified in location_id
. Precision up to the minute is respected; seconds are truncated.
Indicates whether the draft shift version is deleted. If set to true
when the shift is published, the entire scheduled shift (including the published shift) is deleted and cannot be accessed using any endpoint.