Used to retrieve an array of orders satisfying the search criteria. Will only get orders for which the user is either creator or hauler.

Searchable keys in filter

This is a table containing all the searchable keys, that can be used in the filter query parameter.

KeyDescription
filterByFilter by the orders status. Can be todo, planned, inTransit, canceled, done, archived, failedTask, unknownTask or unassign
vehicleThe id of a vehicle. Can only be string
geoWarnA boolean if you want to filter on geo warns. If geo warn is true, the address might be wrong
orderIdsAn array of orderIds to filter on
dateFromString containing a date in UTC format. Is filtering on time windows in an order
dateToString containing a date in UTC format. Is filtering on time windows in an order
createdFromString containing a date in UTC format. Is filtering on when the order was created
createdToString containing a date in UTC format. Is filtering on when the order was created
modifiedFromString containing a date in UTC format. Is filtering on when the order last was modified
modifiedToString containing a date in UTC format. Is filtering on when the order last was modified
searchAn string that search on addresses, company names, requisition, order numbers, cargo descriptions and attention
batchFileIdA string containing an id of a batch file that have been uploaded. Can be used to filter on batch file uploads
contractKeyA string containing a key of a contract. Can be used to filter on orders that's assign to a contract
ownerString that can be haulier, forwarder or creator. This is used to filter on orders where you are haulier, forwarder or creator
comboAn array where different combination can be listed. The options for combo is down below

Options for combo

This is a table containing all the options for combo.

KeyDescription
origin.addressThe address of the origin
origin.zipCodeZip code of the origin
origin.cityCity of the origin
origin.companyNameThe name of the company under origin
origin.attentionThe name of the attention under origin
destination.addressThe address of the origin
destination.zipCodeZip code of the origin
destination.cityCity of the destination
destination.companyNameThe name of the company under destination
destination.attentionThe name of the attention under destination
cargo.descriptionThe description of any of the cargos
requisitionRequisition
orderNumberThe order number provided by the creator of the order
wuxusNumberThe number of the Wuxus generates for all orders
Language
Click Try It! to start a request and see the response here!