GuidesAPI Reference
API Reference

Gets all shipments

Gets all shipments of the project.

Query Params
string

A token from the previously returned response to retrieve the specified page.

integer
1 to 100
Defaults to 100

The number of items to return per page

string
enum

Filter the results by shipment status

Allowed:
date-time

Return only shipments that started before the specified timestamp

date-time

Return only shipments that started after the specified timestamp

date-time

Return only shipments that ended before the specified timestamp

date-time

Return only shipments that ended after the specified timestamp

string

Filter shipments by name. Matching is case-insensitive if wildcards are used, otherwise case-sensitive. The following wildcards can be used: '*' matches any number of any characters, '?' matches any single character.

string

Return only shipments that have been instantiated from the specified shipmentPlanId

string

Filter shipments by shipmentId Matching is case-insensitive if wildcards are used, otherwise case-sensitive. The following wildcards can be used: '*' matches any number of any characters, '?' matches any single character.

string

Filter shipments by extOrderId Matching is case-insensitive if wildcards are used, otherwise case-sensitive. The following wildcards can be used: '*' matches any number of any characters, '?' matches any single character.

boolean

Returns only shipments marked as subShipments

date-time

Return only shipments that have been created before specified timestamp

date-time

Return only shipments that have been created after specified timestamp

A parameter 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, extOrderId, name, status, startedAt, createdAt, endedAt, providedEtd, providedEta, calculatedEtd, calculatedEta.

string
length between 1 and 50

Project ID. Any HERE Tracking user must be a member of a Tracking project. The project ID can be implicitly resolved if the user calling the API is a member of a single project. If the user is a member of multiple projects, the projectId query parameter needs to be specified explicitly.

Headers
uuid

ID used for correlating requests within HERE Tracking. Used for logging and error reporting.

Must be a valid UUIDv4.

Responses

Language
Credentials
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json