Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:api:start [2022/12/13 10:52] – henrik | software:api:start [2024/10/02 07:47] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 17: | Line 17: | ||
^ Endpoint ^ Parameters | ^ Endpoint ^ Parameters | ||
| / | | / | ||
+ | | / | ||
| / | | / | ||
| / | | / | ||
Line 32: | Line 33: | ||
If is possible to get pushed some basic events via a WebSocket connection. | If is possible to get pushed some basic events via a WebSocket connection. | ||
- | The endpoint to register and receive events is: / | + | It is important to note that WebSockets are not supported via a BBT Extender connection. |
+ | The endpoint to register and receive events is: | ||
- | xxx is a comma-seperated list of one or more event types to subscribe for: | + | **/ |
The events will be pushed whenever they occur in JSON format. They all have a basic structure indicating the event type. Depending on the event, more data might be included. | The events will be pushed whenever they occur in JSON format. They all have a basic structure indicating the event type. Depending on the event, more data might be included. | ||
{" | {" | ||
- | ^ Event ^ Description | + | ^ Event type ^ Description |
| results | | results | ||
| eventdata | | eventdata | ||