Page.simple

todo

Field Type Description
id Int Unique ID of the page
name String Name of the page, usually used in the title HTML tag
url String URL of the page
language String Which language the page belongs to
locked Bool Homepages are automatically generated and are locked. This means that they cannot be deleted

Examples

Example 1

{
    "id": 10,
    "name": "...",
    "url": "...",
    "language": "...",
    "locked": true
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.8.0 stable