Skip to content

PageGetResolved

Field Type Required Description
code Code Code of the entity
max length 255 · min length 1
name Name max length 255 · min length 1
pageTitle Title
slug Slug max length 255 · min length 1
type Type one of: cms
isFavorite IsFavorite default: false
isProtected IsProtected default: false
dropzones object
createDate string format: date-time
updateDate `null string`
publishDate `null string`
{
"code": "8b2802a6-ab0e-4310-97d4-096ae8b3610f",
"name": "string",
"pageTitle": "string",
"slug": "string",
"type": "cms",
"isFavorite": true,
"isProtected": true,
"dropzones": {
"cmsWidgetList": [
{}
]
},
"createDate": "2018-12-12T14:27:23.114Z",
"updateDate": "2018-12-12T14:27:23.114Z",
"publishDate": "2018-12-12T14:27:23.114Z"
}