Skip to main content

List Content Types

Fetch a paginated list of content types with optional search.

Parameters

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

Example

Response:

Get Single Content Type

Fetch a specific content type by ID.

Parameters

ParameterTypeRequiredDescription
idID!YesContent type ID

Example

Response:

Content Type Fields

FieldTypeDescription
idID!Unique identifier
nameString!Content type name
descriptionString!Description
packageVersionString!Bound package version
schemaString!JSON Schema defining content structure
createdAtDateTime!Creation timestamp
updatedAtDateTime!Last update timestamp

Schema Structure

The schema field contains a JSON Schema that defines the content structure:
Content items of this type must conform to this schema.