Skip to main content
GET
Get XML

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

key
string
required

The key of the process definition (the latest version thereof) whose XML should be retrieved.

tenant-id
string
required

The id of the tenant the process definition belongs to.

Response

Request successful.

id
string | null

The id of the process definition.

bpmn20Xml
string | null

An escaped XML string containing the XML that this definition was deployed with. Carriage returns, line feeds and quotation marks are escaped.