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

Authorizations

Authorization
string
headerrequired

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.

workspace_id
string
required

The repo ID of the workspace.

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.

journal
object[]
required
commit_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
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