Swagger UI for decision runtime API

The decision runtime REST API is accessible from the Swagger UI facility.
You can access the Swagger UI facility with the following URL:
https://<server>/ads/runtime/api/swagger-ui/
<server> corresponds to the hostname of the URL of Decision Designer.

The resulting web page provides a user interface to execute decision service archives intuitively. For each execution request, the Swagger interface displays the resulting HTTP return code, along with the body of the response in the JSON format. The Swagger interface also generates and displays an equivalent CURL command for each execution request.

It also provides a user interface to explore the data model of the decision runtime REST API. For more information about the decision runtime REST API endpoints, see the Decision runtime REST API in Reference (available in the Swagger UI view).