Skip to main content
GET
/
decision-definition
/
key
/
{key}
/
diagram
Get Diagram By Key
curl --request GET \
  --url http://{host}:{port}/{contextPath}/decision-definition/key/{key}/diagram \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

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

Response

Request successful. The image diagram of this process.

defaults to application/octet-stream if the file suffix is unknown