Get Events of a Fleet
Path parameters
Query parameters
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
Which date to filter on, either 'captured' or 'uploaded'. This will apply to the startDate and endDate parameters
Response format (JSON or CSV)
Filter by Serial Number
Filter by Session UID
Filter by Event UID
Comma-separated list of fields to select from JSON payload (e.g., "field1,field2.subfield,field3"), this will reflect the columns in the CSV output.
Deprecated.
Deprecated.
Response
The response body from a GET events 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.