Sitecore API catalog/Pages API//
- List live variant identifiers for a page
Retrieve a page
Update field values
Delete a page
Retrieve a page state
Search for pages
Retrieve insert options
Retrieve page versions
Add a version to a page
Check if a page is published to Edge
Create a page
Create a page from blueprint
Save a page layout
Save page fields
Duplicate a page
Rename a page
Add a page version
Translate a page
Delete a version of a page
List live variant identif...
Fetches the identifiers of currently active personalization variants for a page.
Security
Bearer
- Production serverhttps://xmapps-api.sitecorecloud.io/api/v1/pages/{pageId}/live/variants
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
curl -i -X GET \
'https://xmapps-api.sitecorecloud.io/api/v1/pages/8f0b81bc-7388-46be-b109-6e73d1114470/live/variants?language=en-US&environmentId=main' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'