go back to TrailerService

GET /trailers/search

Searches the database for trailers matching the given request parameters.

Parameters

name description type default type
request read for query parameters to be used as search criteria; use any combination of fields from the trailer table

For example, /trailers/search?is_active=Y&odometer=>1000000&inspection_date=<=t-100 would find active trailers with over one million miles that haven't been inspected in the last 100 days.
context HttpServletRequest

Result

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

a list of RowTrailer objects

Try It Out

Request

- Authentication Help