Fetch all the driver's performance events

Purpose: Use this API to fetch a list of all the driver's performance events. Tracking performance events such as hard braking, rapid acceleration, and speeding helps identity risky driving behaviours that may lead to accidents. Monitoring such events allows you to be compliant with regulatory requirements, as well as maintain healthy Hours of Service (HOS). Continuous monitoring also provides data that can be used for constructive feedback and coaching.

Response Parameters

driver_performance_event

  • Type: Object
  • Description: Details of a driver performance event.

id:

  • Type: Integer
  • Description: Unique identifier of the driver performance event.

acceleration:

  • Type: Float
  • Description: Acceleration recorded during the event.

duration:

  • Type: Integer
  • Description: Duration of the event in seconds.

end_bearing:

  • Type: Float
  • Description: Bearing at the end of the event in degrees.

end_speed:

  • Type: Float
  • Description: Speed at the end of the event in km/h or mph, depending on the units used.

end_time:

  • Type: String
  • Description: Timestamp when the event ended.

lat:

  • Type: Float
  • Description: Latitude where the event occurred.

lon:

  • Type: Float
  • Description: Longitude where the event occurred.

m_gps_heading:

  • Type: Array of Floats
  • Description: Array of GPS heading data during the event.

m_gps_lat:

  • Type: Array of Floats
  • Description: Array of latitude values recorded during the event.

m_gps_lon:

  • Type: Array of Floats
  • Description: Array of longitude values recorded during the event.

m_veh_odo:

  • Type: Null
  • Description: Odometer reading, if available.

m_veh_spd:

  • Type: Array of Integers
  • Description: Array of vehicle speed values recorded during the event.

start_bearing:

  • Type: Float
  • Description: Bearing at the start of the event in degrees.

start_speed:

  • Type: Float
  • Description: Speed at the start of the event in km/h or mph, depending on the units used.

start_time:

  • Type: String
  • Description: Timestamp when the event started.

type:

  • Type: String
  • Description: Type of event (e.g., "hard_brake").

driver:

  • Type: Object
  • Description: Details of the driver associated with the event, if available.

vehicle:

  • Type: Object
  • Description: Details of the vehicle involved in the event.

id:

  • Type: Integer
  • Description: Unique identifier of the vehicle.

number:

  • Type: String
  • Description: Vehicle number.

year:

  • Type: String
  • Description: Vehicle year.

make:

  • Type: String
  • Description: Vehicle make.

model:

  • Type: String
  • Description: Vehicle model.

vin:

  • Type: String
  • Description: Vehicle Identification Number (VIN).

metric_units:

  • Type: Boolean
  • Description: Indicates whether the vehicle uses metric units.

eld_device:

  • Type: Object
  • Description: Details of the ELD device used during the event.

id:

  • Type: Integer
  • Description: Unique identifier of the ELD device.

identifier:

  • Type: String
  • Description: ELD device identifier.

model:

  • Type: String
  • Description: Model of the ELD device.

m_gps_spd:

  • Type: Array of Floats
  • Description: Array of GPS speed values recorded during the event.

location:

  • Type: String
  • Description: Description of the event location.

intensity:

  • Type: String
  • Description: Intensity of the event, such as "-10.3 kph/s".

coaching_status:

  • Type: String
  • Description: Coaching status associated with the event (e.g., "pending_review").

Language
Credentials
Header
Click Try It! to start a request and see the response here!