Repository Workspace Manipulation
Get updates needed to be applied by the client to this workspace
GET
/
repos
/
{repo_id}
/
workspaces
/
{workspace_id}
/
updates
Authorizations
Authorization
string
headerrequiredThis API uses OAuth 2 with the implicit grant flow
Headers
X-DV-Client-ID
string
requiredThe unique id of the client making this request
Path Parameters
repo_id
string
requiredThe 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.
workspace_id
string
requiredThe repo ID of the workspace.
Query Parameters
from_ordinal_id
integer
requiredReturns all change history above this ordinal ID.
Response
200 - application/json
journal
object[]
requiredcommit_id
string
Latest commit the workspace is checkout out on
branch_id
string
Which branch the workspace is checked out on, or none if detached
base_commit_id
string
requiredThe commit ID the workspace is based on, whether checket out on branch or commit
incomplete_response
boolean
requiredMore results are available, call the endpoint again with the latest revision from this response