Skip to main content
GET
/
components
/
instances
Get Component Instances
curl --request GET \
  --url https://api.serial.io/components/instances \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "identifier": "<string>",
    "component_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "2023-11-07T05:31:56Z",
    "status": "WIP",
    "last_updated_at": "2023-11-07T05:31:56Z",
    "completed_at": "2023-11-07T05:31:56Z",
    "part_number_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "is_archived": true,
    "work_order_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "latitude": 123,
    "longitude": 123
  }
]

Authorizations

Authorization
string
header
required

Query Parameters

id
string
identifier
string
component_type
string
status
string
work_order_id
string
part_number_id
string
show_children
boolean
show_parents
boolean

Response

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