List a workspace folder or MPK archive folder
GET/api/workspace/tree
Lists the immediate children of a workspace directory or a directory inside an MPK tar archive. Use an empty path for the root and archive_mpk.tar.gz::member/path for archive navigation. Results are sorted and classified so clients can build a lazy-loading file browser without extracting archives.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Folder path and sorted immediate children.
Missing or invalid request data.
The requested path escapes the allowed root.
The requested resource was not found.
A local operation failed.