Skip to main content

List Components

Fetch a paginated list of components with optional search.

Parameters

ParameterTypeDefaultDescription
searchString-Filter by name or title
cursorStringnullCursor for pagination
limitInt20Items per page

Example

Response:

Get Single Component

Fetch a specific component by ID.

Parameters

ParameterTypeRequiredDescription
idID!YesComponent ID

Example

Response:

Component Fields

FieldTypeDescription
idID!Unique identifier
nameString!Component name (used in code)
titleString!Display title
descriptionString!Component description
contentString!Source code
compiledString!Compiled JavaScript
schemaString!JSON Schema for props
statusString!Component status
createdAtDateTime!Creation timestamp
updatedAtDateTime!Last update timestamp