AEM HTTP Call to get the full node tree
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
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
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.