Get draft diff

View as Markdown
Compare a draft against its source version or another specified version.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

idstringRequired
The agent ID
draftIdstringRequired
The draft ID

Query parameters

compareTostringOptionalformat: "^[a-f\d]{24}$"
Version ID to compare against. If omitted, compares against the source version.

Response

Diff returned successfully
statusboolean
dataobject

Section-by-section diff between the draft and the comparison target

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error