GET
/
components
/
instances

Authorizations

Authorization
string
headerrequired

API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>

Query Parameters

id
string

Component's Serial backend id

identifier
string

User facing name of the component (must match exactly, is case senstitive)

component_type
string

Component's Type (either SN or LOT)

status
string

Component's Status (WIP, PLANNED, DEFECTIVE, COMPLETE)

work_order_id
string

Components associated to particular work order

part_number_id
string

Components associated with a specific part number

show_children
boolean

Show children for returned component instances

show_parents
boolean

Show parents for returned component instances

Response

200 - application/json
id
string
identifier
string
required
component_id
string
created_at
string
status
enum<string>
Available options:
WIP,
PLANNED,
DEFECTIVE,
COMPLETE
last_updated_at
string
completed_at
string
part_number_id
string
is_archived
boolean
work_order_id
string
latitude
number
longitude
number