Valid for
GridVis editions | Software platform |
---|---|
REST interface (API)
The Rest interface (API) offers you the possibility to access historical and live measured values via standardized web requests. General information about this standardized interface can be found here.
The REST API starts automatically with the GridVis Service. Advantages of the REST API are:
The standardized process
Reliability ( also if the database structure is changed or the system is updated)
Integration into various programming languages
Global access to all historical and live measured values
Good documentation for software developers
Note
The REST API documentation is written by and for software developers. Use of the REST API requires extended IT expertise.
Support for the REST API is not part of our standard support. However, we are happy to offer this as a service.
- You open the REST API documentation in the GridVis Web by appending /rest/doc/ to the URL of the GridVis Service.
Example: http://localhost:8080/rest/doc/ The REST API documentation is only available in English in the GridVis Web.
Online documentation with example applications can be found under REST documentation online.