POST /a/tree/admin/list
List files and folders starting at the root (first level lists the datasources)
Body Parameters¶
Name | Description | Type | Required |
---|---|---|---|
Ancestors | Send back a list of parent nodes, until the root, including the original node | boolean | |
FilterType | Filter by node type (LEAF / COLLECTION) | #/definitions/treeNodeType | |
Limit | Limit the number of results | string | |
Node | Main node used as a parent | #/definitions/treeNode | |
Offset | Start listing at a given position | string | |
Recursive | Send back all children of the node | boolean | |
SortDirDesc | Sort descending (otherwise ascending) | boolean | |
SortField | Remote Sort on specific field | string | |
StatFlags | Generic Details Flags | array | |
WithCommits | Sends the list of commits for a given node (Deprecated) | boolean | |
WithVersions | Sends the list of versions for a given node | boolean |
Body Example¶
Response Example (200)¶
Response Type /definitions/restNodesCollection
Auto generated by Pydio Cells Enterprise Distribution v4.4.13 on 7-May-2025