Skip to content

Get children documents with API #6187

Answered by tommoor
glungtung asked this question in General
Nov 20, 2023 · 2 comments · 11 replies
Discussion options

You must be logged in to vote

If you just want the next level of children you can query documents.list by parentDocumentId.

If you want the entire tree you can either use collections.documents which will give you the entire tree for the collection, or documents.info with apiVersion=2 will include the tree below the given document in the response.

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by glungtung
Comment options

You must be logged in to vote
11 replies
@tommoor
Comment options

@glungtung
Comment options

@glungtung
Comment options

@tommoor
Comment options

@glungtung
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants