RoscoLive API v1.0(v2.37.0)
  1. Device
RoscoLive API v1.0(v2.37.0)
  • Company
    • Create a company
      PUT
    • Get a company by ID
      GET
    • Update company
      POST
    • Get a company
      GET
    • Get companies
      GET
  • Device
    • Geotab
      • Get device by geotab device serial number
    • Update a device settings
      POST
    • Get reported DTCs for devices
      GET
    • Get company devices
      GET
    • Search devices
      GET
    • Play in-cab audible alert sound for device
      POST
    • Get list of trip dates for device
      GET
    • Get list of trips for passed device and date
      GET
    • Get a device
      GET
    • Get devices for all companies available for user
      GET
    • Get available video list for date
      GET
    • Get device list for multiple companies
      GET
  • Driver Scoring / Coaching
    • Get driver scores
      GET
    • Get unknown driver trips
      GET
  • Event
    • Request Custom Event
      PUT
    • Get Company Events
      GET
    • Send an event
      PUT
    • Get snapshot/location of event
      GET
    • Get Device Events for Period
      GET
    • Request custom video from device
      PUT
    • Get event filters list for date range in company
      GET
  • Group
    • Get devices of a group
  • Metadata
    • Get metadata of a device
    • Get metadata of devices
    • Get alerts of a driver
  1. Device

Get list of trip dates for device

GET
/devices/{device_id}/routes/dates
Get all the trips made by device device_id from start_ts to end_ts

User Role Permissions#

The following table shows which user roles are allowed to send requests using this API endpoint.
RolePermission
Partner
Partner View
Custom Partner
Fleet Manager
Group Manager
User
Custom User

Request

Path Params

Query Params

Responses

🟢200valid get list of trip dates for device
application/json
Body

🟠400get list of trip dates for device with none valid params
🟠400Invalid datetime format
🟠401Login Required
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/devices/12345678/routes/dates?start_ts=20250815000000&end_ts=20250818235959&timezone=UTC+2'
Response Response Example
200 - valid get list of trip dates for device
{
    "meta": {
        "code": 200
    },
    "response": {
        "events_dates": "list"
    },
    "result": "OK"
}
Modified at 2025-10-15 13:41:00
Previous
Play in-cab audible alert sound for device
Next
Get list of trips for passed device and date
Built with