Returns the paginated list of the historical events of the things visible by the logged-in user, i.e. the events that have already been cleared plus the ones explicitly registered through the report event API.
The same filters available on the active events apply: customer, location, thing, severity (1:FAILURE, 2:MAJOR ANOMALY, 3:MINOR ANOMALY, 4:OPERATION, 5:MAINTENANCE), topic and a time period range.
Use this endpoint to build the event log of a product and to compute reliability statistics.
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.