Get decision requirements XML
GET/decision-requirements/:decisionRequirementsKey/xml
Returns decision requirements as XML.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The XML of the decision requirements is successfully returned.
The decision requirements request failed. More details are provided in the response body.
The request lacks valid authentication credentials.
Forbidden. The request is not allowed.
The decision requirements with the given key was not found. More details are provided in the response body.
An internal error occurred while processing the request.