Skip to main content
Version: Next

Get decision definition (alpha)

GET 

/decision-definitions/:decisionDefinitionKey

Returns a decision definition by key.

Note that this endpoint is an alpha feature and not enabled on Camunda clusters out of the box. The Camunda 8 API (REST) Overview page provides further details.

note

This endpoint is an alpha feature and may be subject to change in future releases.

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...