GET /shadows/v4
Operation ID: —
Auth: unknown
Description
Gets all device shadows of a project.
Parameters (7)
(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)
If provided returns the shadows for which `reported.timestamp` is greater than given `after` parameter.
(array, query, optional)
Limit search to shadows, whose position intersects the given bounding box. The `bbox` array consist of latitude and longitude of Northwest and Southeast corners.
(integer, query, optional, default: 100)
The number of items to return per page
Constraints: {'minimum': 1, 'maximum': 1000}
(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)
Defines how the items are sorted. The default sort is `sort=trackingId:asc`
Constraints: {'pattern': '^(trackingId|reported.timestamp|desired.timestamp):(asc|desc)$'}
No probe data for this endpoint yet.