GET
/
workorderitems

Authorizations

Authorization
string
headerrequired

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

Query Parameters

limit
number
required

The number of items

offset
number
required

Filter users without email

order_direction
string
required

diretions to return work order items

Response

200 - application/json
id
string

The unique identifier for the work order line item.

part_number
string

The part number for the line item.

part_name
string

The name of the part for the line item.

line_type
string

The type of line item.

line_status
string

The status of the line item.

unit_quantity
integer

The quantity per unit of the line item.

total_quantity
integer

The total quantity of the line item.

work_order_number
integer

The work order number associated with the line item.