Skip to main content
GET
/
components
Get Components
curl --request GET \
  --url https://api.serial.io/components \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "component_type": "SN",
    "is_active": true,
    "created_at": "2023-11-07T05:31:56Z",
    "last_edited_at": "2023-11-07T05:31:56Z",
    "last_edited_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "pn_metadata_dataset_ids": [
      "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    ]
  }
]

Authorizations

Authorization
string
header
required

Query Parameters

name
string
is_active
boolean
component_type
string

Response

id
string<uuid>
name
string
component_type
enum<string>
Available options:
SN,
LOT
is_active
boolean
created_at
string<date-time>
last_edited_at
string<date-time>
last_edited_user_id
string<uuid>
pn_metadata_dataset_ids
string<uuid>[]