Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:api:start [2021/12/17 12:30] – 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 28: | Line 29: | ||
Default values if not set: page =1, page_size = 50. | Default values if not set: page =1, page_size = 50. | ||
+ | |||
+ | === WebSocket push === | ||
+ | |||
+ | If is possible to get pushed some basic events via a WebSocket connection. | ||
+ | It is important to note that WebSockets are not supported via a BBT Extender connection. | ||
+ | The endpoint to register and receive events is: | ||
+ | |||
+ | **/ | ||
+ | |||
+ | 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 type ^ Description | ||
+ | | results | ||
+ | | eventdata | ||
+ | |||
+ |