Work Order Status

A status object includes the work order status and sub-status. The table below describes each parameter and how it maps to the Field Nation Platform.

Status Object

Parameter Type Example Mapping/Notes
id integer "id": 1 Status ID.
name string "name": "Draft" Primary Status. Refer to Status and Sub-status for additional examples.
display string "display": "Draft" OR
"display": "Assigned: Delayed"
Status and sub-status in the format of "Name: sub-status."
is_routed boolean "is_routed": false
code string "code": "delayed"
Options
delay integer "delay": 600 Provider Running Late (total late time in seconds).
ncns boolean "ncns": false
sub_status string "sub_status": "" Refer to Status and Sub-status for additional examples.
confirmed boolean "confirmed": true Provider is on the way.

Status Examples

Status Object, Published
Status Object, Assigned: At risk
Status Object, Assigned: Delayed

Work Order Status Response

You can locate status information in the work order > status object.

"status": { }
Work Order Status Response, Draft