Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Blueriq web application is equipped with a REST API to expose methods to allow clients to control the flowing of the application. This page describes call by call the flow that is traversed when using the Hospital DCM example project.

Call after starting up DCM

Endpoint: POST /api/v2/session/{sessionId}/load

Request: http://localhost:8080/server/api/v2/session/975b7516-6363-4b3a-a5aa-ee461f7ef481/load

Calls after clicking New >> Case

 

Endpoint: POST api/v2/session/{sessionId}/event

...

Code Block
titleResponse
collapsetrue
{"sessionId":"4eb58794-b0be-4d82-aaf0-32b5027022bd"}

Call after filling in postal code

 

Endpoint: POST api/v2/session/{sessionId}/event

...