GET transitions/v2/devices/{trackingId}
Operation ID: —
Auth: unknown
Description
Gets all transitions that were recorded within a specific time range. Define the range with `before` and `after` parameters. The returned transitions are listed in descending order based on their timestamps. Note: --- By default, the `after` parameter value is 0, and the `before` parameter is set to the current system time. Always make sure to specify `before` and `after` parameters explicitly, as otherwise it may take a very long time for an API call to complete. The `count` and `pageToken` parameters are used for pagination.
Parameters (7)
(string, header, optional)
ID used for correlating requests within HERE Tracking. Used for logging and error reporting. Must be a valid UUIDv4.
(number, query, optional)
Milliseconds elapsed since 1 January 1970 00:00:00 UTC. The accepted range is from 0 to the current time.
Constraints: {'minimum': 0}
(string, query, optional)
Application identifier. Used together with an external ID to identify a virtual device.
Constraints: {'minLength': 8}
(number, query, optional)
Milliseconds elapsed since 1 January 1970 00:00:00 UTC. The accepted range is from 1 to the current time.
Constraints: {'minimum': 1}
(integer, query, optional, default: 100)
The number of items to return per page.
Constraints: {'minimum': 1, 'maximum': 100}
(string, query, optional)
A token from the previously returned response to retrieve the specified page.
(string, path, required)
Constraints: {'minLength': 1, 'maxLength': 50}
No probe data for this endpoint yet.