Page

Type: object

AttributeTypeDescription
idstringThe unique id of the page
namestringThe name of the page
typestringThe type of the page
descriptionstring (Optional)The description of the page
componentSectionsstring[]Array of component section IDs

Example

{
  "id": "5db81e73e1e36ee19f138c1a",
  "created": 1572347507,
  "name": "New Page",
  "type": "default",
  "description": "New page description",
  "componentSections": [
    "5db81e73e1e35ee19f138c2d"
  ]
}