Skip to main content
Version: Next

Get decision requirements by key (alpha)

GET 

/decision-requirements/:decisionRequirementsKey

Returns Decision Requirements as JSON.

note

This endpoint is an alpha feature and not enabled on Camunda clusters out of the box. See the Camunda 8 REST API overview for further details.

Request

Path Parameters

    decisionRequirementsKey int64required

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

Responses

The decision requirements is successfully returned.

Schema
    decisionRequirementsKey int64

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

    name string

    The DMN name of the decision requirements.

    version int32

    The assigned version of the decision requirements.

    decisionRequirementsId string

    the DMN id of the decision requirements.

    resourceName string

    The name of the resource from which this decision requirements was parsed.

    tenantId string

    The tenant ID of the decision requirements.

Loading...