Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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.
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
View solution in original post
Views
Likes
Replies