A valid request URL is required to generate request examples{
"items": [
{
"adminName": "<string>",
"documentTypeFQN": "<string>",
"installationPackage": "<string>",
"metadata": "<unknown>",
"name": "<string>",
"namespace": "<string>",
"properties": [
{
"isMultiValued": true,
"isRequired": true,
"name": "<string>",
"propertyType": {
"adminName": "<string>",
"dataType": "<string>",
"installationPackage": "<string>",
"isAggregatable": true,
"isQueryable": true,
"isSortable": true,
"name": "<string>",
"namespace": "<string>",
"propertyTypeFQN": "<string>",
"version": "<string>"
}
}
],
"version": "<string>"
}
],
"pageCount": 123,
"pageSize": 123,
"startIndex": 123,
"totalCount": 123
}Get Document Types. All documents have a Document Type that describes the schema that the document must implement and its associated metadata, and is validated whenever a document is created or modified. The immutable types defined out-of-the-box are web_page, entityEditor, document, image, snippets, productContent, categoryContent, pageTemplateContent, emailTemplateContent, and folder.
A valid request URL is required to generate request examples{
"items": [
{
"adminName": "<string>",
"documentTypeFQN": "<string>",
"installationPackage": "<string>",
"metadata": "<unknown>",
"name": "<string>",
"namespace": "<string>",
"properties": [
{
"isMultiValued": true,
"isRequired": true,
"name": "<string>",
"propertyType": {
"adminName": "<string>",
"dataType": "<string>",
"installationPackage": "<string>",
"isAggregatable": true,
"isQueryable": true,
"isSortable": true,
"name": "<string>",
"namespace": "<string>",
"propertyTypeFQN": "<string>",
"version": "<string>"
}
}
],
"version": "<string>"
}
],
"pageCount": 123,
"pageSize": 123,
"startIndex": 123,
"totalCount": 123
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body