OperatorAssignment
A record of an operator being assigned to a work order. Tracks the assignment type, timing, and current status.
Assignment record identifier.
7421The work order this operator was assigned to.
6073Human-readable work order number.
WO-2025-0042Role in which this person was assigned: operator — production worker. supervisor — shift or line supervisor. qc_inspector — quality control inspector.
Possible values: [operator, supervisor, qc_inspector]
operatorCurrent assignment status. active means currently assigned, inactive means the operator has been unassigned.
Possible values: [active, inactive]
activeWhen the operator was assigned (ISO 8601).
2025-04-08T10:30:00ZID of the user who made the assignment.
usr-00108When the operator was unassigned (ISO 8601). Null if still active.
ID of the user who removed the assignment. Null if still active.
Notes attached to this assignment.
{
"assignmentId": "7421",
"workOrderId": "6073",
"workOrderNumber": "WO-2025-0042",
"assignmentType": "operator",
"status": "active",
"assignedAt": "2025-04-08T10:30:00Z",
"assignedBy": "usr-00108",
"unassignedAt": "2024-07-29T15:51:28.071Z",
"unassignedBy": "string",
"notes": "string"
}