/timecard_entries

Retrieve timecard details per day per driver (timecards)

The /time_tracking/timecard_entriesAPI endpoint allows businesses to retrieve timecard details per day per driver, with the ability to apply filters and pagination parameters. This endpoint enables organizations to extract details about each timecard, including start and end times, breaks, and other relevant details. By utilizing the user_ids filter, businesses can focus on specific drivers or groups for analysis. The start_date and end_date parameters allow organizations to specify a desired time range, while pagination parameters facilitate the retrieval of data in manageable portions. Integrating this API endpoint empowers businesses to efficiently gather and analyze timecard information, aiding in monitoring driver schedules, ensuring compliance, and optimizing operations.

  • user_ids: Return worked time for provided driver IDs. This parameter is required.
  • start_date: Specifies the start date of the desired time range.
  • end_date: Specifies the end date of the desired time range.
  • pagination params: Parameters such as page number and page size to control the pagination of the API response.
Language
Authorization
Header
Click Try It! to start a request and see the response here!