Get file tree
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
Skip a number of items returned from a listing api
x >= 0
17
Limit the number of entries returned from walk
x >= 1
17
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
The ordinal ID of the journal entry the walk references, if applicable
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
Specifies if to ignore the journal ordinal id difference and potentially return intermediate state
Specifies whether to include download URLs in the response
Response
Success
The response is of type object
.