Skip to main content
Version: Next

Get decision definition

GET 

/decision-definitions/:decisionDefinitionKey

Returns a decision definition by key.

Request

Path Parameters

    decisionDefinitionKey int64required

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

Responses

The decision definition is successfully returned.

Schema
    decisionDefinitionKey int64

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

    decisionDefinitionId string

    The DMN ID of the decision definition.

    name string

    The DMN name of the decision definition.

    version int32

    The assigned version of the decision definition.

    decisionRequirementsId string

    the DMN ID of the decision requirements graph that the decision definition is part of.

    decisionRequirementsKey int64

    The assigned key of the decision requirements graph that the decision definition is part of.

    tenantId string

    The tenant ID of the decision definition.

Loading...