コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Query Direct Child- AEM

Avatar

Level 1

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.

1 受け入れられたソリューション

Avatar

正解者
Level 5

hi

you have to use  path.flat property to specify immediate child only

/querybuilder.json?path=/&path.flat=true&p.limit=10

thnkx

元の投稿で解決策を見る

4 返信

Avatar

Level 5

Hi,

Can you please post your recursive request ?

Avatar

Level 1

yes, this is something like querybuilder.json?path=/&p.limit=10

Avatar

正解者
Level 5

hi

you have to use  path.flat property to specify immediate child only

/querybuilder.json?path=/&path.flat=true&p.limit=10

thnkx

Avatar

Level 3

you can get the useful information from -Query Builder API