Repository Workspace Manipulation
Get updates needed to be applied by the client to this workspace
GET
Authorizations
This API uses OAuth 2 with the implicit grant flow
Headers
The unique id of the client making this request
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
The repo ID of the workspace.
Required string length:
3 - 128
Query Parameters
Returns all change history above this ordinal ID.
Response
200 - application/json
A list of modification operations done on the workspace.
The commit ID the workspace is based on, whether checket out on branch or commit
More results are available, call the endpoint again with the latest revision from this response
Which branch the workspace is checked out on, or none if detached
Latest commit the workspace is checkout out on