Trip Number
GET {{baseUrl}}/shipment?tripNumber=TAGO1225
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 |
deviceID
|
string | (Optional) string | |
tripNumber
|
string | (Optional) string | |
tripID
|
number | (Optional) string | |
shipperID
|
string | (Optional) string | |
receiverID
|
string | (Optional) string | |
status
|
string | (Optional) Filter shipments by its status | |
createdAt
|
string | (Optional) Filter by creation date and time | |
query
|
string | Curl curl -X GET 'https://axeecknwif.execute-api.us-east-1.amazonaws.com/prod//shipment?tripNumber=TAGO1225?deviceID=string&tripNumber=TAGO1225&tripID=123&shipperID=Shipper ID&receiverID=Receiver ID&status="Completed" | "Pending" | "Registered" | "Active"&createdAt=2022-03-01 11:00&query=count' -H 'authorization: eyJhbGciOiJub25lIn0.eyJvcmdhbml6YXRpb25JRCI6IjYzNzY0ZjI2MGU0MzM2MDAxMWJlMDFmNSIsInVzZXJJRCI6IjYzOTc3ZTdkYmEyOWY1MDAxODcxN2ZjOCIsImlhdCI6MTY3NTI4MDU3NSwiaXNzIjoidXJuOmZsYXNodHJhazppc3N1ZXIiLCJhdWQiOiJ1cm46dXNlcjphdWRpZW5jZSIsImV4cCI6MTk5MDg1NjU3NX0.' ENDPOINTS |