GET fleet/drivers: Adds attributes filtering
The GET fleet/drivers endpoint has some new features! It is now possible to filter drivers by passing in an 'attributeValueIds' query parameter; only drivers associated with all of the provided ids will be returned.
GET fleet/vehicles/stats/history: Updates endpoint to include new seatbeltDriver stat type in the request and response.
GET fleet/vehicles/stats/history SeatbeltDriver stat available (beta only).
GET fleet/vehicles/stats: Updates endpoint to include new seatbeltDriver stat type in the request and response.
GET fleet/vehicles/statsSeatbeltDriver stat available (beta only).
GET fleet/vehicles/stats/feed: Updates endpoint to include new seatbeltDriver stat type in the request and response.
GET fleet/vehicles/stats/feed SeatbeltDriver stat available (beta only).
POST fleet/routes: Input validation improved
The POST fleet/routes endpoint has some new features! We added validation for SingleUseRouteLocation.address length up to 255 characters to reflect DB field capacity.
GET dvirs/stream (Generally Available)
The GET dvirs/stream endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻.
GET defect-types (Generally Available)
The GET defect-types endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻.
GET defects/stream (Generally Available)
The GET defects/stream endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻.
GET fleet/routes/.id: Add route related live sharing links to response.
The GET fleet/routes/.id endpoint has some new features! We added the following new fields: recurringRouteLiveSharingLinks and locationLiveSharingLinks - A shareable links featuring information about all route stop visits ('By Location' Live Sharing Link) and the progress of routes that repeat regularly ('By Recurring Route' Live Sharing Link)
GET fleet/routes: Add route related live sharing links to response.
The GET fleet/routes endpoint has some new features! We added the following new fields: recurringRouteLiveSharingLinks and locationLiveSharingLinks - A shareable links featuring information about all route stop visits ('By Location' Live Sharing Link) and the progress of routes that repeat regularly ('By Recurring Route' Live Sharing Link)