go back to LocationService

GET /locations/search

Searches the database for locations 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

For example, /locations/search?is_active=Y&name=mc* would find active locations having a name that starts with 'mc'. of fields from the location table
context HttpServletRequest

Result

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

a list of RowLocation objects

Try It Out

Request

- Authentication Help