go back to CarrierDriverMessageService

GET /carrierDriverMessages

Gets all driver text messages matching the request criteria. If no criteria given, then all driver text messages for the current company are returned. For example, /carrierDriverMessages?order_id=0256189 would find driver text messages for order 0256189.

Parameters

name description type default type
request read for query parameters to be used as search criteria; use any combination of fields from the carrier_driver_message table context HttpServletRequest

Result

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

a list of RowCarrierDriverMessage objects

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help