listPages
Retrieve all pages under a specified site root with adjustable depth and limit settings to streamline site navigation and content management in Adobe Experience Manager.
Instructions
List all pages under a site root
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| limit | No | ||
| siteRoot | No |
Input Schema (JSON Schema)
{
"properties": {
"depth": {
"type": "number"
},
"limit": {
"type": "number"
},
"siteRoot": {
"type": "string"
}
},
"type": "object"
}