I am looking to access all direct child of a node. I have been trying query builder to do that. Presently it fetches all the children of a node. I want to have only direct child not recursive child.
Solved! Go to Solution.
hi
you have to use path.flat property to specify immediate child only
/querybuilder.json?path=/&path.flat=true&p.limit=10
thnkx
Hi,
Can you please post your recursive request ?
Views
Replies
Total Likes
yes, this is something like querybuilder.json?path=/&p.limit=10
Views
Replies
Total Likes
hi
you have to use path.flat property to specify immediate child only
/querybuilder.json?path=/&path.flat=true&p.limit=10
thnkx
you can get the useful information from -Query Builder API
Views
Replies
Total Likes