This is a browser based application that allows for testing calls to the RESTful ICWS api. It is developped in Angular
Upon accessing the web app, you will see this login screen. After a successful login, you will be able to navigate the existing calls to then pre-populate the request body + headers + url, modify them and send the request:
The data was retrieved directly from the documentation website by parsing each and every HTML page. The relevant data was then extracted using a python script - here