Represents a specific time slot in a work schedule.
<- Object
Object
Represents a specific time slot in a work schedule.
This object is used to manage the lifecycle of a scheduled shift from the draft to published state. A scheduled shift contains the latest draft shift details and current published shift details.
The latest draft shift details for the scheduled shift. Draft shift details are used to stage and manage shifts before publishing. This field is always present.
Read only The current published (public) shift details for the scheduled shift. This field is present only if the shift was published.
Read only The current version of the scheduled shift, which is incremented with each update. This field is used for optimistic concurrency control to ensure that requests don't overwrite data from another request.
Read only The timestamp of when the scheduled shift was created, in RFC 3339 format presented as UTC.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00