v1

latestOpenAPI 3.1.02026-07-2683111282.3 KB
UI Extensions Config Operations

Get content types that use an existing UI extension

Get content types that use an existing UI extension, identified by its ID. It searches across all projects. If no content type is using the extension, an empty array will be returned. If the extension does not exist, an HTTP 404 Not Found response will be given.

get/{id}/contenttypes

Path parameters

idstring required

ID of the extension. Must be unique and only contain alphanumeric characters

Response

OK

namestring required

identifying name of this Content type

enabledboolean

whether the content type is enabled, true by default

type'Document' | 'FieldGroup' required

the type of the content type (eg Document, FieldGroup). Valid values: Document, FieldGroup.

displayNamestring

The display name of the content type. The default value is the name of the content type. A display name is single-line plain text and may contain spaces and special characters.