pages_get_content
Retrieve page content structure and data, including all elements and their properties. Use page_id to specify the target page.
Instructions
Get the content structure and data for a specific page including all elements and their properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to be returned (max limit: 100) | |
| offset | No | Offset used for pagination if the results have more than limit records. | |
| page_id | Yes | Unique identifier for the page. | |
| localeId | No | Unique identifier for a specific locale. Applicable when using localization. |