go back to MotorAccidentService

GET /motorAccidents/search

Returns a list of motor accident records 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 motoraccident table

For example, /motorAccidents/search?driver_type=C&state=AL&accident_date=>=t-100 would find accidents for company drivers in the state of Alabama within the last 100 days.
context HttpServletRequest

Result

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

a list of RowMotorAccident records

Additional attributes:

Try It Out

Request

- Authentication Help