GET shipments/v4
Operation ID: —
Auth: unknown
Description
Gets all shipments of the project.
Parameters (16)
(string, header, optional)
ID used for correlating requests within HERE Tracking. Used for logging and error reporting. Must be a valid UUIDv4.
(string, query, optional)
Return only shipments that have been created after specified timestamp
(string, query, optional)
Return only shipments that have been created before specified timestamp
(string, query, optional)
Return only shipments that ended after the specified timestamp
(string, query, optional)
Return only shipments that ended before the specified timestamp
(boolean, query, optional)
Returns only shipments marked as subShipments
(integer, query, optional, default: 100)
The number of items to return per page
Constraints: {'minimum': 1, 'maximum': 100}
(string, query, optional)
Filter shipments by name. Matching is case-insensitive. The following wildcards can be used: '*' matches any number of any characters, '?' matches any single character.
(string, query, optional)
A token from the previously returned response to retrieve the specified page.
(string, query, optional)
Constraints: {'minLength': 1, 'maxLength': 50}
(string, query, optional)
Filter shipments by `shipmentId` Matching is case-insensitive. The following wildcards can be used: '*' matches any number of any characters, '?' matches any single character.
(string, query, optional)
Return only shipments that have been instantiated from the specified `shipmentPlanId`
Constraints: {'pattern': '^SHPP-[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$'}
(?, query, optional)
A paramater to specify field to sort by and order. The following format can be used: 'name:asc' sort by name in ascending order, 'shipmentId:desc' sort by shipmentId in descending order. Allowed fields to sort by: shipmentId, name, status, startedAt, createdAt, endedAt, providedEtd, providedEta, calculatedEtd.
(string, query, optional)
Return only shipments that started after the specified timestamp
(string, query, optional)
Return only shipments that started before the specified timestamp
(string, query, optional)
Filter the results by shipment status
Constraints: {'enum': ['pending', 'ongoing', 'completed', 'cancelled']}
No probe data for this endpoint yet.