object LaborWorker

Fields

FieldTypeDescription
worker_idString

Workforce Hero worker identifier.

nameString

Worker display name.

user_idInt

Shiphero user ID associated with this Workforce Hero worker.

positionString

Worker position reported by Workforce Hero.

profile_imageString

Worker profile image URL reported by Workforce Hero.

alerts[LaborWorkerAlert]

List of alerts for this labor worker.

special_projectLaborSpecialProject

Special project for this labor worker.

current_shiftLaborShift

Current shift for this labor worker.

shifts_management[LaborShiftManagement]

List of shifts management for this labor worker.

current_activityLaborCurrentActivity

Current activity for this labor worker.

assigned_job_infoLaborAssignedJobInfo

Assigned job info for this labor worker.

Referenced By

Example

{
  "worker_id": "VXNlcjoxMjM0",
  "name": "Ada Lovelace",
  "user_id": 1234,
  "position": "picker",
  "profile_image": "default",
  "alerts": [[{id: "TGFib3JXb3JrZXJBbGVydDoxMjM0"}]],
  "special_project": {id: "TGFib3JTcGVjaWFsUHJvamVjdDoxMjM0"},
  "current_shift": {id: "TGFib3JTaGlmdDoxMjM0"},
  "shifts_management": [[{id: "TGFib3JTaGlmdE1hbmFnZW1lbnQ6MTIzNA=="}]],
  "current_activity": {id: "TGFib3JDdXJyZW50QWN0aXZpdHk6MTIzNA=="},
  "assigned_job_info": {id: "TGFib3JBc3NpZ25lZEpvYkluZm86MTIzNA=="}
}