Skip to main content
GET
/
decision-definition
/
key
/
{key}
/
tenant-id
/
{tenant-id}
/
diagram
Get Diagram By Key And Tenant
curl --request GET \
  --url http://{host}:{port}/{contextPath}/decision-definition/key/{key}/tenant-id/{tenant-id}/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.

tenant-id
string
required

The id of the tenant the decision definition belongs to.

Response

Request successful. The image diagram of this process.

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