Skip to main content
GET

Authorizations

Authorization
string
header
required

API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>

Query Parameters

name
string

Get component by its name (Case & space sensitive, must match exactly to return the component)

is_active
boolean

Get all active components if true, all inactive components if false

component_type
string

Get components by its type (SN or LOT)

Response

OK

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>[]