This endpoint returns the Events for a Device.
You can optionally specify parameters for event_type, start_time_utc and end_time_utc to filter the results.
The response is paginated, so if the next link is not null, use that link to get the next page of results.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
"2024-03-27"
Device ID of the Events to be returned
Only include events of this type
ignition_status
, odometer
, harsh_braking
, harsh_acceleration
, hard_cornering
, engine_speed
, accident
, total_fuel
, over_speeding
, power_take_off_engaged
, auxiliary_equipment_operation
Start time from when the data will be returned
End time from when the data will be returned
Page number for pagination (zero-indexed)
x >= 0
Successful Response
The response is of type object
.