Hello, - Is there any way to get the full tree content of AEM JCR node, including all descendant nodes and their properties, in json or xml format with single HTTP call?
Thanks,
Pavel
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @pilmenkov
You can make the page rqeuest with infinity.json and it will give the complete structure in JSON format.
Sample here:
http://localhost:4502/content/wknd/language-masters/en/magazine.infinity.json
will give something like below:
Hope this helps!
Thanks
Hi @pilmenkov
You can make the page rqeuest with infinity.json and it will give the complete structure in JSON format.
Sample here:
http://localhost:4502/content/wknd/language-masters/en/magazine.infinity.json
will give something like below:
Hope this helps!
Thanks
Views
Replies
Total Likes