Skip to main content
GET
cURL

Authorizations

Authorization
string
header
default:dav_ak_live_your_token
required

Personal access token. The scopes granted at issuance determine both which operations the key may call and the ceiling on the resource permissions it can exercise. Each scope family is a ladder: projects:manage implies projects:write and projects:read; cards:manage implies cards:write and cards:read; and teams:manage implies teams:write and teams:read. These are named API capability bundles, not blanket domain roles: manage exposes only the permissions enumerated for that scope and never bypasses the acting user's current role-based access.

Path Parameters

projectId
string
required

Project id. May be compound in the form {projectId}--{branchName}.

Minimum string length: 1
branch
string
required

Branch name.

Minimum string length: 1

Response

Uncommitted changes.

Uncommitted changes on a branch, as object ids. One shape regardless of whether the branch is loaded — the answer comes from memory when it is and from a git diff when it is not, and the difference is not published.

hasChanges
boolean
required
totalObjectChanges
integer
required
Required range: x >= 0
added
string[]
required
modified
string[]
required
deleted
string[]
required
deletedObjects
object[]
required

Enough of each deleted object to name it, since it can no longer be read from the project.

committedHash
string | null

Commit the changes are measured against.