getAllTextContent
Extract all text content from an AEM page, including titles, text components, and descriptions, using a REST/JSON-RPC API for efficient content management and automation.
Instructions
Get all text content from a page including titles, text components, and descriptions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pagePath | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pagePath": {
"type": "string"
}
},
"required": [
"pagePath"
],
"type": "object"
}