Returns the paginated list of the events currently active on the things visible by the logged-in user.
An event is active when its condition is still true, i.e. it has a startTimestamp but no endTimestamp yet. Once cleared, the event moves to the historical events.
The results can be narrowed by customer, location and thing, by severity (1:FAILURE, 2:MAJOR ANOMALY, 3:MINOR ANOMALY, 4:OPERATION, 5:MAINTENANCE), by topic and by a time period range.
The name of the tenant (e.g. acme).
Condition on customer id.
Condition on location id.
Condition on thing id.
Condition on event severity (1:FAILURE, 2:MAJOR ANOMALY, 3:MINOR ANOMALY, 4:OPERATION, 5:MAINTENANCE).
Condition to get events by topics (CONNECTION, CONSUMPTION, DOWNTIME, HEALTH, MAINTENANCE, PRODUCTIVITY, QUALITY, UPTIME).
Condition to get events started after a specific timestamp.
Condition to get events started before a specific timestamp.
The number of elements to retrieve for the current page.
The page number to retrieve (zero-based).
The sorting criteria based on object properties.
Successful operation.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exceeded.
The error response.
Internal server error.
The error response.