Skip to main content
Version: Next

Get decision requirements XML (alpha)

GET 

/decision-requirements/:decisionRequirementsKey/xml

Returns decision requirements as XML.

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

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