I am trying to run a query which fetches nodes(more than 10k) from AEM and i trying to extract that as a json.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
You can use the Querybuilder API to get json response of nodes
Hi,
You can use the Querybuilder API to get json response of nodes
@arunpatidar Updated it to something like this , looks like it is getting me the info i am looking for http://localhost:4504/bin/querybuilder.json?path=/etc/test/products&type=nt:unstructured&p.limit=-1&... The only info i need in here is child nodes info .. This is not fetching the child info
Views
Replies
Total Likes
you can specify the properties which you want to return
e.g.
type=dam:Asset
path=/content/dam/wknd/en/activities/hiking
p.limit=-1
p.hits=selective
p.properties=jcr:path jcr:uuid jcr:content/dam:assetState
Views
Replies
Total Likes
Views
Likes
Replies