List
GET {{baseUrl}}/account/:accountID/shipment
Find Shipments that match specified criteria ■ Should pull back shipments belonging to account, plus shipments shared with
account (explicit & receiver sharing)
■ Optional filters reduce results, and no parameters return all shipments for
account (see above)
■ Should include locations, product, alarm criteria(s), and list of shipment alerts
Body
PARAM
Key | Datatype | Required | Description |
tripNumber
|
string | Filter by Shipment Trip Number | |
shipperID
|
string | Filter by Shipper ID | |
receiverID
|
string | Filter byReceiver ID | |
createdAt
|
string | Filter by deployment date | |
status
|
string | Filter by shipment trip status | |
query
|
string | Get the amount of shipments | |
page
|
number | Iterate over shipment page. Each page display up to 10k shipments | |
carrierID
|
string | Curl curl -X GET 'https://axeecknwif.execute-api.us-east-1.amazonaws.com/prod//account/:accountID/shipment?tripNumber=L1685041739612&shipperID=L1685041739613&receiverID=L1685041739611&createdAt=2022-03-01 11:00&status="Completed" | "Pending" | "Registered" | "Activated"&query=count&page=10&carrierID=C1685628831671' -H 'authorization: token' ENDPOINTS |