GET shadows/v2/{trackingId}/{state}/{selector}

here.com:tracking

Summary: Gets a value of a shadow property
Operation ID:
Auth: unknown
Description

Gets a value of a single property of either `desired` or `reported` state objects of a device. One can use JSON selectors to specify the target property or reference it by name. In case the property contains an object, the entire object will be returned in the response. The JSON selector can be nested like this: `payload/time/minutes`

Parameters (5)

X-Request-Id (string, header, optional)

ID used for correlating requests within HERE Tracking. Used for logging and error reporting. Must be a valid UUIDv4.

appId (string, query, optional)

Application identifier. Used together with an external ID to identify a virtual device.

Constraints: {'minLength': 8}

selector (string, path, required)

A JSON selector that specifies the property.

state (string, path, required)

Desired or reported state object of a device to query.

Constraints: {'enum': ['desired', 'reported']}

trackingId (string, path, required)

Constraints: {'minLength': 1, 'maxLength': 50}

No probe data for this endpoint yet.