Events REST Endpoints

Events
Get a summary of events and manage raw events.
Delete All Events for an Entity
Method: delete
Path: /vision/api/rawEvents/forEntityName/{entityName}
Delete an Event by Event Key
Method: delete
Path: /vision/api/rawEvents/forEventKey/{eventKey}
Delete an Event by ID
Method: delete
Path: /vision/api/rawEvents/{id}
Delete Expired Events
Method: delete
Path: /vision/api/rawEvents/deleteExpired
Get a Summary of Events for All Entities
Method: get
Path: /vision/api/eventSummary
Get an Event by Event Key
Method: get
Path: /vision/api/rawEvents/forEventKey/{eventKey}
Get an Event by ID
Method: get
Path: /vision/api/rawEvents/{id}
Get Events
Method: get
Path: /vision/api/rawEvents
Get Events and Device IDs by Entity
Method: get
Path: /vision/api/rawEvents/forEntityName/{entityName}/withDeviceInfo
Get Events by Filter
Method: get
Path: /vision/api/rawEvents/filtered
Get Events for an Entity
Method: get
Path: /vision/api/rawEvents/forEntityName/{entityName}
Get Link Events by Carrier
Method: get
Path: /vision/api/rawEvents/forLink/{cid}
Process Events for Link Dashboards
Method: get
Path: /vision/api/rawEvents/processLinkEvents