Workspace status
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"
The repo ID of the workspace.
3 - 128
"example_id"
Query Parameters
Should detail all the changed items in status response
Limit the number of entries returned from walk
x >= 1
17
Filters the first entries returned from walk
x >= 0
17
Specifies if to recursively iterate file tree to next directory levels
A path prefix in the file tree to walk under
"path/to/file"
Specifies if the results should be full or readable by a user
Response
The changes made to this workspace since the commit it's based upon.
The status of the workspace, meaning its bill of changes. It will contain the total number of changed items and specifically changed files. If paths details were requested, it will also contain an object having 'new', 'modified', 'deleted' arrays of file entries, sorted lexicographically.