Get Events of a Fleet by cursor
Path parameters
Query parameters
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.
A Device UID.
A sensor UID to filter events by, matched exactly against the event sensor field. The value may carry any prefix.
Start date for filtering results, specified as a Unix timestamp
End date for filtering results, specified as a Unix timestamp
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
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.