GET
/
components

Authorizations

Authorization
string
headerrequired

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

200 - application/json
id
string
name
string
component_type
enum<string>
Available options:
SN,
LOT
is_active
boolean
created_at
string
last_edited_at
string
last_edited_user_id
string
pn_metadata_dataset_ids
string[]