Fetch a list of the scorecard summaries of the company's vehicles

Purpose: Use this API to fetch a list of the scorecard summaries for all the company's vehicles or for a select set of vehicles. A scorecard summary is a performance tracking tool that provides a high-level overview of key metrics and indicators related to the fleet's operation.

Response Parameters

driver_performance_rollup

  • Type: Object
  • Description: Details of a single driver performance rollup.

num_coached_events

  • Type: Integer
  • Description: The number of coached events for the driver.

num_hard_accels

  • Type: Integer
  • Description: The number of hard acceleration events for the driver.

num_hard_brakes

  • Type: Integer
  • Description: The number of hard braking events for the driver.

num_hard_corners

  • Type: Integer
  • Description: The number of hard cornering events for the driver.

score

  • Type: Integer
  • Description: The performance score of the driver.

total_kilometers

  • Type: Integer
  • Description: The total kilometers driven by the driver.

driver

  • Type: Object
  • Description: The driver associated with the performance rollup.

id

  • Type: Integer
  • Description: The unique identifier for the driver.

first_name

  • Type: String
  • Description: The first name of the driver.

last_name

  • Type: String
  • Description: The last name of the driver.

username

  • Type: String
  • Description: The username of the driver (if available).

email

  • Type: String
  • Description: The email address of the driver.

driver_company_id

  • Type: String
  • Description: The company ID associated with the driver (if available).

status

  • Type: String
  • Description: The status of the driver (e.g., "active").

role

  • Type: String
  • Description: The role of the driver (e.g., "driver").

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