Find Nearest Vehicles
Returns all the nearest vehicles to the search point. Details for a vehicle on a private journey are not returned. The number of vehicles returned is restricted to the maximum specified. The vehicles are ordered based on distance from the search point.
The search point can be specified as either latitude and longitude or as an address (at least one of roadNumber, road, city, postcode or country).
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Query Parameters
Start date and time for filtering vehicles that moved after this time. Format: yyyy-MM-dd'T'HH:mm:ss in UTC.
End date and time for filtering vehicles that moved before this time. Format: yyyy-MM-dd'T'HH:mm:ss in UTC.
Longitude coordinate of the center point for the search radius. Required if using coordinate-based search.
Latitude coordinate of the center point for the search radius. Required if using coordinate-based search.
Search radius in kilometers from the center point.
Maximum number of vehicle results to return.
Road name or street name for address-based search. At least one address component required if using address-based search.
Road number or house number for address-based search. At least one address component required if using address-based search.
City name for address-based search. At least one address component required if using address-based search.
Country name for address-based search. At least one address component required if using address-based search.
Postal code or postcode for address-based search. At least one address component required if using address-based search.
