added

New Preview API: GET preview/assets

The GET 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: DELETE preview/assets

The DELETE 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: 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.