go back to TractorService

GET /tractors/search

Searches the database for tractors 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 tractor table

For example, /tractors/search?service_status=A¤t_hub=>1000000&inspection_date=<=t-100 would find active tractors with over one million miles that haven't been inspected in the last 100 days.
context HttpServletRequest

Result

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

a list of RowTractor objects

Try It Out

Request

- Authentication Help