<- Object

Object

All versions ->

ScheduledShiftDetailsBeta

Represents shift details for draft and published versions of a scheduled shift, such as job ID, team member assignment, and start and end times.

Link to section

Properties

Link to section

team_member_id

string

Link to section

location_id

string

The ID of the location the shift is scheduled for.

Link to section

job_id

string

The ID of the job the shift is scheduled for.

Link to section

start_at

string

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.

Link to section

end_at

string

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.

Link to section

notes

string

Optional notes for the shift.

Link to section

is_deleted

boolean

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.

Link to section

timezone

string

Read only The time zone of the shift location, calculated based on the location_id. This field is provided for convenience.