getPageProperties
Extract and manage page properties from Adobe Experience Manager (AEM) using the specified page path to streamline content and asset management workflows.
Instructions
Get page properties
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pagePath | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pagePath": {
"type": "string"
}
},
"required": [
"pagePath"
],
"type": "object"
}