event
Get Events of a Project by cursor
get/v1/projects/{projectOrProductUID}/events-cursor
Path parameters
projectOrProductUIDstring required
Query parameters
limitinteger
cursorstring
A cursor, which can be obtained from the next_cursor value from a previous call to this endpoint. The results set returned will include this event as its first result if the given identifier is actually the UID of an event. If this event UID is not found, the parameter is ignored and the results set is the same as if the parameter was not included.
sortOrder'asc' | 'desc'
systemFilesOnlyboolean
filesstring
fleetUIDstring
deviceUIDstring[]
A Device UID.
sensorUIDstring[]
A sensor UID to filter events by, matched exactly against the event sensor field. The value may carry any prefix.
Response
The response body from a GET events by cursor request.
Example response
{
"events": [
{
"bars": 2,
"best_location_when": 1652709545,
"moved": 7,
"rsrp": -91,
"rsrq": -13,
"rssi": -72,
"sinr": 18,
"tower_when": 1669667691,
"tri_points": 6,
"tri_when": 1652709545,
"updates": 1,
"when": 1656010061,
"when_ms": 1656010061123,
"where_when": 1652709545
}
]
}