Gets geofences associated with a device
Gets all geofences associated with the device with trackingId.
Path parameters
This is a unique ID associated with the device data in HERE Tracking. For physical devices the trackingId gets assigned to a device when the device is claimed by a user, and for virtual devices it is an external device ID along with the device project appId.
Query parameters
A token from the previously returned response to retrieve the specified page.
The number of items to return per page.
Application identifier. Used together with an external ID to identify a virtual device.
Headers
ID used for correlating requests within HERE Tracking. Used for logging and error reporting.
Must be a valid UUIDv4.
Response
Response body contains an array of geofence objects, count specifies the number of returned geofences, and pageToken indicates the next available page in the matching result set.
If no geofences are found, an object with empty data array is returned. Response content type can be either JSON or protobuf depending on the 'Content-Type' request header.