getPageContent
Extract all content from a specified Adobe Experience Manager page, including Experience Fragments and Content Fragments, using a structured JSON-RPC API.
Instructions
Get all content from a page including Experience Fragments and Content Fragments
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pagePath | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pagePath": {
"type": "string"
}
},
"required": [
"pagePath"
],
"type": "object"
}