object LaborCurrentActivity

Fields

FieldTypeDescription
idString

Workforce Hero activity identifier.

started_atString

Current activity start timestamp in Workforce Hero.

finished_atString

Current activity end timestamp in Workforce Hero.

last_activity_atString

Timestamp for the last activity update in Workforce Hero.

jobLaborJobReference

Job for this labor current activity.

statusString

Current activity status reported by Workforce Hero.

tags[String]

Current activity tags reported by Workforce Hero.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "started_at": "2026-07-09T15:30:00Z",
  "finished_at": "2026-07-09T15:30:00Z",
  "last_activity_at": "2026-07-09T15:30:00Z",
  "job": {id: "TGFib3JKb2JSZWZlcmVuY2U6MTIzNA=="},
  "status": "pending",
  "tags": ["priority", "vip"]
}