REST API that allows connection with Business Modeler for querying and inserting data.
Authentication is handled using an API Token in the request header as follows:
• Authorization: PIPER {APIToken}
It provides read access to the following entities:
- Database
- TagValue
- Element
- Attribute
It provides write access to the TagValue entity.