object LaborJob

Fields

FieldTypeDescription
idString

Workforce Hero job identifier.

typeString

Workforce Hero job type.

nameString

Workforce Hero job name.

activatedBoolean

Whether the job is activated in Workforce Hero.

parent_jobLaborJobReference

Parent job for this labor job.

subjobs[LaborJobReference]

List of subjobs for this labor job.

created_atString

When Workforce Hero created the job.

updated_atString

When Workforce Hero last updated the job.

Referenced By

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"
}