get_page_content
Retrieve a Concrete CMS page as a document, providing sanitized HTML, raw HTML, and plain text for reading or summarizing copy.
Instructions
Review a Concrete CMS page as a document. Returns sanitized HTML, raw HTML, and plain text. Prefer this over getPageById with includes=content when summarizing or reading page copy. Does not return areas/blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageID | Yes | ID of the page to read | |
| version | No | Page version to read. Defaults to active. |