Skip to main content
GET
/
decision-requirements-definition
/
key
/
{key}
/
tenant-id
/
{tenant-id}
/
diagram
Get Decision Requirements Diagram by Key and Tenant ID
curl --request GET \
  --url http://{host}:{port}/{contextPath}/decision-requirements-definition/key/{key}/tenant-id/{tenant-id}/diagram \
  --header 'Authorization: Basic <encoded-value>'
""

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.

tenant-id
string
required

The id of the tenant to which the decision requirements definition belongs to.

Response

The image diagram of the decision requirements definition.

For image/* Responses, a byte stream is returned.