Skip to main content

List components

List components

Query Parameters
per_page number

Possible values: value ≤ 100

Number of items to return per page (max 100)

offset number

Number of items to skip (for pagination)

created_before date-time

Filter items created before this date (ISO 8601 format)

created_after date-time

Filter items created after this date (ISO 8601 format)

updated_before date-time

Filter items updated before this date (ISO 8601 format)

updated_after date-time

Filter items updated after this date (ISO 8601 format)

parentId string

Filter components by parent component ID

Responses
200

Return a paginated list of components

Schema OPTIONAL
components object[]

Array of components

id string

Unique identifier of the component

clientId string

Client identifier

createdAt date-time

Creation date of the component

updatedAt date-time

Last update date of the component

title string

Title of the component

description string OPTIONAL

Description of the component

parentId string OPTIONAL

Parent component identifier for hierarchical structure