Skip to end of banner
Go to start of banner

RESTful API programing on a DICENTIS Wireless DCNM-WAP

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 18 Next »


Article status

EXTERNAL 

Link to be provided outside of Bosch

Intro


If you are facing problems with the API to construct your own synoptic view you can take a look at the RESTful API test page as well as Synoptic control example.

  • It is recommended not to use wireless connectivity for 3rd party REST API usage.
  • REST API data traffic will be distributed on the same channel as the audio.
  • It is preferable to use the long-polling method. Do not use the normal polling method as this generates a lot of traffic, which might decrease the performance of the wireless connection.


RESTful API


It uses HTTP requests to GET, PUT,POST and DELETE data.

Please connect to your DICENTIS and start up your system.

As next step please open the RESTful API page with the following link.


http://<your_ip_address>/REST_API.html#/


In my case it is :

http://172.27.2.1/REST_API.html#/



The page looks like this and in this example I will execute the Get waiting-list.





Synoptic control example


Get the file from our Software download page.

https://licensing.boschsecurity.com/software/


Enter your IP Adress as well as User and Password. In this example I created a user with name api and Password api before hand.


Now you can control and setup your DICENTIS Wireless.




  • No labels