The XM Cloud API now enables you to fetch more specific information about your site's pages, localization, personalization variants, and workflows. This release includes the following new features:
A
pages
namespace that includes endpoints for the following operations:List live variant identifiers for a page.
Check whether a page is active.
An
aggregation
namespace that includes endpoints for the following operations:Aggregate page data from multiple entities.
List personalization variants for multiple pages.
A localization statistics endpoint
/sites/{siteId}/statistics/localization
for fetching data about site locales, including the number of pages in each locale.A workflow statistics endpoint
/sites/{siteId}/statistics/workflow
for fetching site workflows, their states, and the number of pages in each state.An
errorPagesConfiguration
object in the site definition, providing details of error pages configured for a site, including their identifiers and paths.