Skip to main content

ShiftRecoveryCurrentOut

is_activeIs Active (boolean)required
session_id object
anyOf
string<uuid>
shift_statusShift Status (string)required

Possible values: [active, paused, off]

shift_started_at object
anyOf
string<date-time>
shift_paused_at object
anyOf
string<date-time>
shift_resumed_at object
anyOf
string<date-time>
shift_ended_at object
anyOf
string<date-time>
ShiftRecoveryCurrentOut
{
"is_active": true,
"session_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"shift_status": "active",
"shift_started_at": "2024-07-29T15:51:28.071Z",
"shift_paused_at": "2024-07-29T15:51:28.071Z",
"shift_resumed_at": "2024-07-29T15:51:28.071Z",
"shift_ended_at": "2024-07-29T15:51:28.071Z"
}