Searches the database for movements matching the given request parameters.
name | description | type | default | type |
---|---|---|---|---|
request | read for query parameters to be used as search criteria; use any combination of fields from tables:
/movements/search?brokerage=Y&origin.location_id=WARE*&destination.state=AL
would find brokered movements originating from locations starting with 'WARE' and destined for Alabama. |
context | HttpServletRequest |
a list of RowMovement objects