Work Orders
Retrieve Work Order
Retreive a specific work order by it’s id
GET
/
work-order
/
{id}
Authorizations
API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>
Path Parameters
The work order UUID (work_order.id
) or work order number (work_order.wo_number
). Both will map to the same work order
Response
200 - application/json
Work Order Data
Required range:
x > 0
Available options:
DRAFT
, REVIEW
, PRODUCTION
, COMPLETE
, CANCELED
, ARCHIVED
Approvals object will have one key value pair for every approver
Multiple datasets can be added to the attachments object