PageGet
| 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 |
OptionalLocalization | Localization object, see Entity Localization for further information. | |
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` | |
lastPublishDate |
`null | string` |
Example
Section titled “Example”{ "code": "8b2802a6-ab0e-4310-97d4-096ae8b3610f", "name": "string", "pageTitle": { "en-us": "string in english", "de-de": "Zeichenkette auf Deutsch" }, "slug": "string", "type": "cms", "isFavorite": true, "isProtected": true, "dropzones": { "cmsWidgetList": [ {} ] }, "createDate": "2018-12-12T14:27:23.114Z", "updateDate": "2018-12-12T14:27:23.114Z", "lastPublishDate": "2018-12-12T14:27:23.114Z"}
