Fetch the company's speeding events

Purpose: Use this API to fetch all the speeding events of your company's drivers. Tracking speeding events 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).

Response Parameters

speeding_event

  • Type: Object
  • Description: Details of a speeding event.

speeding_distance_in_km:

  • Type: String
  • Description: Distance traveled while speeding in kilometers.

max_over_speed_in_kph:

  • Type: String
  • Description: Maximum speed over the posted limit during the event in km/h.

avg_over_speed_in_kph:

  • Type: String
  • Description: Average speed over the posted limit during the event in km/h.

min_posted_speed_limit_in_kph:

  • Type: String
  • Description: Minimum posted speed limit during the event in km/h.

max_posted_speed_limit_in_kph:

  • Type: String
  • Description: Maximum posted speed limit during the event in km/h.

avg_vehicle_speed:

  • Type: String
  • Description: Average vehicle speed during the event in km/h.

min_vehicle_speed:

  • Type: String
  • Description: Minimum vehicle speed during the event in km/h.

max_vehicle_speed:

  • Type: String
  • Description: Maximum vehicle speed during the event in km/h.

id:

  • Type: Integer
  • Description: Unique identifier of the speeding event.

duration:

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

start_lat:

  • Type: String
  • Description: Latitude where the speeding event started.

start_lon:

  • Type: String
  • Description: Longitude where the speeding event started.

end_lat:

  • Type: String
  • Description: Latitude where the speeding event ended.

end_lon:

  • Type: String
  • Description: Longitude where the speeding event ended.

type:

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

start_time:

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

end_time:

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

coaching_status:

  • Type: String
  • Description: Coaching status of the event (e.g., "coachable").

status:

  • Type: String
  • Description: Status of the event (e.g., "invalid").

driver:

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

id:

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

first_name:

  • Type: String
  • Description: Driver's first name.

last_name:

  • Type: String
  • Description: Driver's last name.

email:

  • Type: String
  • Description: Driver's email address.

deactivated_at:

  • Type: String
  • Description: Timestamp when the driver was deactivated, if applicable.

driver_company_id:

  • Type: String
  • Description: Driver's company ID.

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.

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.

status:

  • Type: String
  • Description: Status of the vehicle (e.g., "active").

metric_units:

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

metadata:

  • Type: Object
  • Description: Metadata related to the speeding event.

severity:

  • Type: String
  • Description: Severity of the event (e.g., "critical").

trigger:

  • Type: String
  • Description: Trigger for the event (e.g., "speeding").

is_manually_changed:

  • Type: Boolean
  • Description: Indicates if the event was manually changed.

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