object LaborShift
Fields
| Field | Type | Description |
|---|---|---|
started_at | String | Current shift start timestamp in Workforce Hero. |
finished_at | String | Current shift end timestamp in Workforce Hero. |
Referenced By
- LaborWorker Type
Example
{
"started_at": "2026-07-09T15:30:00Z",
"finished_at": "2026-07-09T15:30:00Z"
}