Get tree content stream
Get file tree snapshot. Either one of workspace, branch or commit ID needs to be specified as ref ID
Authorizations
This API uses OAuth 2 with the implicit grant flow
Path Parameters
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
3 - 128
"example_id"
An ID of a workspace, branch or commit.
3 - 128
"example_id"
Query Parameters
Optional path to an item inside the repository.
"/path/to/file"
Specifies if to recursively iterate file tree to next directory levels
Offset item name in directory when iterating its entries (non-inclusive)
"file.ext"
Should the tree contain also deleted items or omit them from response
A query string to test against item name, only matching items will be collected
3 - 128
"abcd"
Return only directories in the file tree walk
Return the results filtered by the workspace preferences for selective sync
Whether to include blobs in the response or not, defaults to false
Response
Stream of file tree entries
A newline delimited json, each line is a FileEntry