Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
How to Create Restful Service to expose page information in JSON format
Solved! Go to Solution.
OOTB way to get pageinfo in aem: Hit http://localhost:4502/libs/wcm/core/content/pageinfo.json?path=/content/demo/us/en/index
Refer Obtaining Page Information in JSON Format
AEM JSON exporter you can deliver the contents of an(y) AEM page in JSON data model format like http://localhost:4502/content/demo/us/en/index.model.json
Refer https://experienceleague.adobe.com/docs/experience-manager-65/developing/components/json-exporter.ht...
View solution in original post
Please check https://experienceleague.adobe.com/docs/experience-manager-65/developing/components/json-exporter.ht...
https://experienceleague.adobe.com/docs/experience-manager-65/developing/components/pageinfo.html?la...
Views
Likes
Replies