This object represents a page at the developer portal
Document| Property | Type | Description |
|---|---|---|
| id | Integer | Unique identifier for the object |
| status | Integer | Status of the object either 1 = visible, 2 = invisible or 0 = deleted |
| title | Text | Title of the page |
| slug | Text | Slug of the page which gets dynamically generated from the title |
| content | Text | HTML content of this page |
| metadata | Common_Metadata | Use this parameter to attach key-value data |