Corticon Server includes Swagger documentation for its REST API
Using Swagger to view and consume the REST methods
The REST API package in a Corticon Server WAR file can be exposed in Swagger, the popular OpenAPI Specification tool for describing, producing, consuming, and visualizing RESTful Web services.
To access Swagger and the exposed RESTful methods on a typical local installation, enter the following URL into a browser on a machine where Corticon Server is installed and running:
http://localhost:8850/axis/swagger
You can use Swagger through BASIC authentication and HTTPS connections. If you prefer, you can disable Swagger in a Server's configuration file.
Note: If you want to specify a preferred port or a context other than axis, you need to adjust some Swagger configurations.