GET
/
repos
/
{repo_id}
/
workspaces
/
{workspace_id}
/
updates

Authorizations

Authorization
string
header
required

This API uses OAuth 2 with the implicit grant flow

Headers

X-DV-Client-ID
string
required

The unique id of the client making this request

Path Parameters

repo_id
string
required

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
workspace_id
string
required

The repo ID of the workspace.

Required string length: 3 - 128

Query Parameters

from_ordinal_id
integer
required

Returns all change history above this ordinal ID.

Response

200 - application/json

A list of modification operations done on the workspace.

base_commit_id
string
required

The commit ID the workspace is based on, whether checket out on branch or commit

incomplete_response
boolean
required

More results are available, call the endpoint again with the latest revision from this response

journal
object[]
required
branch_id
string

Which branch the workspace is checked out on, or none if detached

commit_id
string

Latest commit the workspace is checkout out on