go back to MovementService

GET /movements/search

Searches the database for movements 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 tables:
  • movement - use no prefix
  • stop - use origin or destination prefixes as appropriate
  • driver - use driver1 or driver2 prefixes as appropriate
  • tractor - use tractor prefix
  • trailer - use trailer1, trailer2 or trailer3 prefixes as appropriate
For example, /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

Result

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

a list of RowMovement objects

Try It Out

Request

- Authentication Help