object LaborJob
Fields
| Field | Type | Description |
|---|---|---|
id | String | Workforce Hero job identifier. |
type | String | Workforce Hero job type. |
name | String | Workforce Hero job name. |
activated | Boolean | Whether the job is activated in Workforce Hero. |
parent_job | LaborJobReference | Parent job for this labor job. |
subjobs | [LaborJobReference] | List of subjobs for this labor job. |
created_at | String | When Workforce Hero created the job. |
updated_at | String | When Workforce Hero last updated the job. |
Referenced By
- LaborJobEdge Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"type": "picking",
"name": "Acme Corp",
"activated": true,
"parent_job": {id: "TGFib3JKb2JSZWZlcmVuY2U6MTIzNA=="},
"subjobs": [[{id: "TGFib3JKb2JSZWZlcmVuY2U6MTIzNA=="}]],
"created_at": "2026-07-09T15:30:00Z",
"updated_at": "2026-07-15"
}