내 커뮤니티 업적 표시줄을 확대합니다.

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