ActiveShifts
Returns a list of shifts that are taking place now. For each shift, returns the user ID, the shift ID, and the shift's current status, which could be either clocked_in or on_break. Shifts are returned if they have a start time and no finish time.
Columns
Name | Type | References | |
ShiftId [KEY] | Integer | ||
UserId | Integer | ||
Status | String |