API SignalR Hub

The SignalR Hub in the IPFusion API allows you to receive a stream of object states to the connected client. You can optionally filter the stream on the initial connection. For more information on SignalR clients, click here.

Command

The hub stream is accessed via a GET command.

Unsecured connection:

http://{machinename}:8080/api/events

Secured connection:

https://{machinename}:8612/api/events

Parameters

Parameter Data Type Description
eventFilter String A comma separated filter list of events. If this contains * or is empty, all items are sent through.
idFilter String A comma separated filter list of IDs. If this contains * or is empty, all items are sent through.