Sitecore API catalog/Pages API//
- Aggregate page data
Aggregate personalization variants for multiple pages
Aggregate page data
Aggregates data about multiple pages and their components.
Security
Bearer
The collection of pages, by their identifier and language, for which to get data.
- Production serverhttps://xmapps-api.sitecorecloud.io/api/v1/aggregation/pages
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
- application/json
- text/json
- application/*+json
curl -i -X POST \
https://xmapps-api.sitecorecloud.io/api/v1/aggregation/pages \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '[
{
"id": "8f0b81bc-7388-46be-b109-6e73d1114470",
"language": "en-US"
}
]'Response
{ "pages": [ { … } ] }