Skip to main content
Version: 8.9

Type Alias: GetDecisionDefinitionData

type GetDecisionDefinitionData = object;

Properties

body?

optional body?: never;

path

path: object;

decisionDefinitionKey

decisionDefinitionKey: DecisionDefinitionKey;

The assigned key of the decision definition, which acts as a unique identifier for this decision.


query?

optional query?: never;

url

url: "/decision-definitions/{decisionDefinitionKey}";