CDSClient REST API
This is a HTTP REST API with a client-focus. It is mainly used by Swyx Mobile for Android/iOS, Swyx Desktop for Mac and partly SwyxIt!. Newer Swyx server components also started to prefer this API over the older CDSClient .NET API
There is no documentation available at the moment on this website for this API. If you have a SwyxWare running you can enable a web UI based on Swagger for the API. To do this
Open
ippbxcdsservice.exe.config
usually located inc:\Program Files\Swyx\SwyxWare
Search for
<setting name="SwaggerEnabled" serializeAs="String"> <value>False</value> </setting>
and set the value to ```True````
Restart
IpPbxCDSService
serviceOpen https://localhost:9100/ippbx/swagger to view and interact with the API