GET /ng-cms/content-types/{projectId}/{idOrKey}

Get a content type by ID or key

Параметры запроса

projectId string
Обязательный

The unique identifier of the project

idOrKey string
Обязательный

The ID or machine-readable key of the content type (e.g. 'ct_a1b2c3' or 'blog-post')

Ответы

200 The requested content type.

тип: CmsContentTypeDto

id string Unique identifier of the content type
projectId string Project (bucket) this content type belongs to
name string Human-readable display name
key string Unique machine-readable identifier
description string Optional description of the content type
displayField string Schema field key used as the display/title field for entries
schema CmsSchemaField[] Array of field definitions
schemaVersion number Incremented each time the schema is modified
fieldsCount number Number of fields in the schema
isActive boolean Whether the content type is active
createdBy number ID of the user who created the content type
updatedBy number ID of the user who last updated the content type
updatedByName string Name of the user who last updated the content type
createdAt string ISO 8601 timestamp of creation
updatedAt string ISO 8601 timestamp of last update
401 Unauthorized. A valid API key is required.
404 Not Found. No content type exists with the given ID or key.
412 Precondition Failed. The project's current plan does not allow access to this resource, or payment is required to proceed.
500 Unexpected server error.

тип: ApiResponse<T>

success boolean Always false
errors ErrorDetail[] List of server-side errors
correlationId string Unique ID for tracing the error
message string Error message
stack string Stack trace (non-production only)

Оставаясь на сайте, Вы даете свое согласие на использование файлов cookie