Skip to main content
Version: Next

Get decision requirements

GET 

/decision-requirements/:decisionRequirementsKey

Returns Decision Requirements as JSON.

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

    decisionRequirementsKey string

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

Loading...