Skip to main content
Version: Next

Get decision requirements XML (alpha).

GET 

/decision-requirements/:decisionRequirementsKey/xml

Returns decision requirements as XML.

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.

Responses

The XML of the decision requirements is successfully returned.

Schema

    string

Loading...