type: error post: description: |

Collects events

The request remains open until a requested event has been received or a timeout of ~3min is reached. Only one ./event request should be active per browser tab.

___

Parameters in the POST body schema

NameTypeDescriptionExampleDefault
``controllerId``required, stringController IDmyController
``eventId``optional, string The response contains a new eventId for the next call.
If the eventId is empty then the web service calculates the eventId.
"eventId":"1612225325"Seconds of current timestamp
body: application/json: schema: <> example: | { "controllerId":"myController", "eventId":1613396090 } responses: 200: description: <> body: application/json: example: <> schema: <> 434: