Repository Manipulation
Get file tree snapshot. Either one of workspace, branch or commit ID needs to be specified as ref ID.
GET
/
repos
/
{repo_id}
/
trees
/
{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.
Required string length:
3 - 128
An ID of a workspace, branch or commit.
Required string length:
3 - 128
Query Parameters
Specifies if to recursively iterate file tree to next directory levels
Skip a number of items returned from a listing api
Required range:
x > 0
Limit the number of entries returned from walk
Required range:
x > 1
Offset item name in directory when iterating its entries (non-inclusive)
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
Required string length:
3 - 32
Return only directories in the file tree walk