Forum

Steffen Decker
Keymaster
    Has successfully completed the online course Intermediate (200)
6 years, 7 months ago #16706
Up
0
Down
::

Hello,

that’s exactly the way we build companion hololens apps for existing simplifier business apps.

You can find our new client v.2 REST API documentation via the following link: https://community.simplifier.io/documentation/simplifier-client-api/

Furthermore you have to authenticate yourself in the simplest case with the https://domain/genToken/ api and basic auth to generate a token, which you have to add to the header (SimplifierToken=xxx ) of the actual rest api call.

Example:

POST  https://simplifier-dev.siemens.net/client/2.0/connector/materialdb/listmaterials (Headers: Basic Auth + Content-Type:application/json , Body: {})

connector: materialdb
connector call: listmaterials