GET
/
workorders
/
{id}

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

The id that needs to be fetched

Response

200 - application/json
id
string

The unique identifier for the work order.

number
integer

The work order number.

site
string

The site where the work order is located.

work_order_type
string

The type of work order.

location
string

The location where the work order is taking place.

part
string

The part being worked on in the work order.

order_number
string

The order number associated with the work order.

manufacture_order
string

The manufacture order associated with the work order.

status
string

The current status of the work order.

created_by
string

The user who created the work order.

created_at
string

The date and time the work order was created.

updated_at
string

The date and time the work order was last updated.

issue_date
string

The date the work order was issued.

expected_completion_date
string

The expected completion date for the work order.

priority
string

The priority level of the work order.

memo
string

Any additional notes or comments about the work order.

bill_of_materials_number
integer

The bill of materials number associated with the work order.