GET
/
part-numbers
curl --request GET \
  --url https://api.serial.io/part-numbers \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "part_number": "<string>",
    "is_active": true,
    "created_at": "2023-11-07T05:31:56Z",
    "last_edited_at": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "component_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "metadata": {},
    "last_edited_user_id": "<string>"
  }
]

Authorizations

Authorization
string
headerrequired

API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>

Query Parameters

part_number
string

Part Number name

component_id
string

Component id associated with id

is_active
boolean

Get part numbers based on their activity state

Response

200 - application/json
id
string
part_number
string

The part number

is_active
boolean
created_at
string
last_edited_at
string
description
string
component_id
string
metadata
object
last_edited_user_id
string