Sitecore API catalog/Pages API//
- Check if a page is published to Edge
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
List live variant identifiers for a page
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
Check if a page is publis...
Checks if the requested page is published to Edge.
Security
Bearer
- Production serverhttps://xmapps-api.sitecorecloud.io/api/v1/pages/{pageId}/live
- 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?language=en-US&environmentId=main' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success
The identifier of the page. Example value: 110d559f-dea5-42ea-9c1c-8a5df7e70ef9
Example:"110d559f-dea5-42ea-9c1c-8a5df7e70ef9"
Response
{ "id": "110d559f-dea5-42ea-9c1c-8a5df7e70ef9", "name": "Home", "displayName": "Home Page", "path": "/home", "language": "en-US", "version": 1, "personalization": { "variantIds": [ … ] }, "url": { "hostName": "www.skate-park.com", "path": "/products/item1", "scheme": "https" } }