The web service interface (WSI) in Desigo is typically attached to TCP Ports 8080 (http) or 8443 (https). Actual port mapping can be viewed in Desigo or IIS. Find out from IT or the Desigo administrator what the appropriate API url endpoint will be.
API Url
http(s)://[hostname]:[port]/api/
The API can also be exposed externally with a different endpoint (e.g. https://my.domain.name/{application}/api)
API Credentials
A Desigo administrator will need to create user credentials for access to the API and also the necessary permissions to read/write the points to be controlled.
API Swagger Interface
Optional swagger interface
(must be enabled in Desigo to view). This web page will show the API
endpoints along with methods to test commands. (Not required for Events2HVAC
connection)
http(s)://[hostname]:[port]/swagger/ui/index