Type: object
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the page |
name | string | The name of the page |
type | string | The type of the page |
description | string (Optional) | The description of the page |
componentSections | string[] | Array of component section IDs |
Example
{
"id": "5db81e73e1e36ee19f138c1a",
"created": 1572347507,
"name": "New Page",
"type": "default",
"description": "New page description",
"componentSections": [
"5db81e73e1e35ee19f138c2d"
]
}