GET
/
v1
/
work_order_line_items:
/
id
curl --location --request GET 'https://api.stateset.com/v1/work_order_line_item' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "id": "example_1",
}'
{
  {
    "id": "example_1",
    "line_status": "example_1",
    "line_type": "example_1",
    "part_name": "example_1",
    "part_number": "example_1",
    "total_quantity": "example_1",
    "unit_quantity": "example_1",
    "work_order_number": "example_1"
  }
}

Body

id
string

This is the id of the work order line item.

line_status
string

This is the status of the work order line item.

line_type
string

This is the type of the work order line item.

part_name
string

This is the name of the part of the work order line item.

part_number
string

This is the number of the part of the work order line item.

total_quantity
string

This is the total quantity of the part of the work order line item.

unit_quantity
string

This is the unit quantity of the part of the work order line item.

work_order_number
string

This is the work order number of the work order line item.

Response

id
string

This is the id of the work order line item.

line_status
string

This is the status of the work order line item.

line_type
string

This is the type of the work order line item.

part_name
string

This is the name of the part of the work order line item.

part_number
string

This is the number of the part of the work order line item.

total_quantity
string

This is the total quantity of the part of the work order line item.

unit_quantity
string

This is the unit quantity of the part of the work order line item.

work_order_number
string

This is the work order number of the work order line item.

curl --location --request GET 'https://api.stateset.com/v1/work_order_line_item' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "id": "example_1",
}'
{
  {
    "id": "example_1",
    "line_status": "example_1",
    "line_type": "example_1",
    "part_name": "example_1",
    "part_number": "example_1",
    "total_quantity": "example_1",
    "unit_quantity": "example_1",
    "work_order_number": "example_1"
  }
}

Work Order Line Items

NameTypeDescription
idTextUnique identifier for the line item
line_statusTextStatus or state of the line item
line_typeTextType or category of the line item
part_nameTextName of the part or item included in the line item
part_numberTextNumber or code associated with the part or item
total_quantityNumericTotal quantity of the part or item required or used in the work order
unit_quantityNumericQuantity of the part or item required or used per unit in the work order
work_order_numberTextNumber associated with the work order to which the line item belongs