New Preview API: POST preview/assets
The POST preview/assets endpoint is now in the Preview 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).
New Preview API: PATCH preview/assets
The PATCH preview/assets endpoint is now in the Preview 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).
GET fleet/vehicles: Adds attributes filtering
The GET fleet/vehicles 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/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 💻.