Overview

Time tracking and time keeping of the driver's operational hours is crucial. As a fleet manager, and as a driver, the regular work hours must be maintained and, in order to know if the time was maintained well, you can use the Time tracking endpoints.

This overview covers the time tracking endpoints and how you can use them in your fleet operations:

Fetch a driver's total worked hours

  • Endpoint:v1/time_tracking/worked_time
  • Description: View the total worked hours of the driver and see how many hours the driver has put in.
  • Use Case: View the total worked hours or time of your drivers and verify if they are correctly following them. In case, of outliers, you can take necessary action and manage your operations better.

Fetch a list of the timecard entries per driver

  • Endpoint: v1/time_tracking?timecard_entries
  • Description: View all the timecard entries of the drivers of your fleet.
  • Use Case: Ensure that your drivers are entering their timecards accurately and on time. This allows you to see when the driver was on a break, and when the work was resumed. Sometimes the work times may also be based on the location, as well as the type of delivery. You can keep an accurate check of the driver's time using this endpoint.