GET /shipments/v4/{trackingId}/segments
Summary: Gets segments assigned to a device
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Gets all segments that are assigned to the device with `trackingId` or `shipmentId`.
Parameters (4)
limit
(integer, query, optional, default: 100)
The number of items to return per page
Constraints: {'minimum': 1, 'maximum': 100}
pageToken
(string, query, optional)
A token from the previously returned response to retrieve the specified page.
status
(string, query, optional)
Filter the results by segment status
Constraints: {'enum': ['pending', 'ongoing', 'completed', 'cancelled']}
trackingId
(string, path, required)
Constraints: {'minLength': 1, 'maxLength': 50}
No probe data for this endpoint yet.