added

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).

added

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.

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.

added

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 💻.

added

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 💻.