go back to TrailerService

GET /trailers/near

Returns {@link List} of Trailer-specific data in the form of ReadOnlyRow records, where the trailer is within 100 miles of the provided latitude and longitude.

Roles that can access this endpoint are Users, Drivers.

Parameters

name description type default type
latitude Latitude point for provided location query Double
longitude Longitude point for provided location query Double
distanceOut Max distance from provided lat/long for which results will be returned. query Double
queryFields A comma-delimited string of database fields query String

Result

List < ReadOnlyRow > of type: application/xml application/json

Try It Out

Request

- Authentication Help
- Double
- Double
- Double
- String