go back to DriverService

GET /drivers/search

Searches the database for drivers 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 driver table

For example, /drivers/search?state=AL&last_home_date=<=t-30 would find drivers in the state of Alabama who haven't been home in the last 30 days.
context HttpServletRequest

Result

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

a list of RowDriver objects

Try It Out

Request

- Authentication Help