v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get Routes Count

get/routes/count

Query parameters

from_datestring date required
to_datestring date required
timezonestring
filter.team_uidstring
filter.user_uidstring

Response

200

typestring

Example response

{
  "type": "success",
  "data": [
    {
      "job_routes": 5,
      "date": "2024-09-15"
    }
  ]
}