Skip to main content
GET
Get DMN XML by Key

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 decision requirements definition (the latest version thereof) to be retrieved.

Response

Request successful.

id
string | null

The id of the decision requirements definition.

dmnXml
string | null

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