get https://api.gomotive.com/v1/time_tracking/worked_time
Purpose: Use this API to retrieve the total seconds worked per day per driver. This endpoint enables organisations to gather specific information based on user IDs, time tracking modes (logs or timecards), start and end dates. By leveraging these filters, businesses can focus on the driver data for an in-depth analysis of the total worked hours per driver.
Response Parameters
entries
- Type: Array of Objects
- Description: List of work entries tracking time and associated user information.
date
- Type: String (Date)
- Description: The specific date for the time entry (e.g., "2023-07-17").
time_tracking_mode
- Type: String
- Description: The mode used for tracking time (e.g., "timecards").
worked_time
- Type: Integer (Minutes)
- Description: The total time worked on the specific date, in minutes (e.g., 1440).
id
- Type: Integer
- Description: Unique identifier for the user (e.g., 1033954).
first_name
- Type: String
- Description: The first name of the user (e.g., "Erik").
last_name
- Type: String
- Description: The last name of the user (e.g., "Mclaughlin").
username
- Type: String
- Description: The username associated with the user (e.g., "e.mclaughlin").
email
- Type: String
- Description: The email address of the user.