GET fleet/routes/.id: Add tagIds to response.
The GET fleet/routes/.id endpoint has some new features! We added the following new field: tagIds to show route tags.
GET fleet/routes: Add tagIds to response.
The GET fleet/routes endpoint has some new features! We added the following new field: tagIds to show route tags.
PATCH fleet/routes/.id: Add tagIds to the request.
The PATCH fleet/routes/.id endpoint has some new features! We added the following new field: tagIds to allow updating route tags.
POST fleet/routes: Add tagIds to the request.
The POST fleet/routes endpoint has some new features! We added the following new field: tagIds to allow tagging routes.
POST cameras/media/retrieval (Generally Available)
The POST cameras/media/retrieval endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻.
GET cameras/media/retrieval (Generally Available)
The GET cameras/media/retrieval endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻.
POST fleet/routes: Add recomputeScheduledTimes parameter to create route.
The POST fleet/routes endpoint has some new features! We added the following new fields: recomputeScheduledTimes - Specifies whether to recompute the scheduled arrival and departure times for the route.
PATCH fleet/routes/.id: Add recomputeScheduledTimes parameter to create route.
The PATCH fleet/routes/.id endpoint has some new features! We added the following new fields: recomputeScheduledTimes - Specifies whether to recompute the scheduled arrival and departure times for the route.
GET speeding-intervals/stream (Generally Available)
We've launched a new Speeding Intervals API that allows you to programmatically access speeding data grouped by completed trips.
New Beta API: GET cameras/media
The GET cameras/media endpoint is now in the Beta stage. Feel free to send in your comments via our feedback form. (Note this endpoint should not be used in production until it is made generally available).