GET /geofences/v2
Summary: Gets all geofences
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Gets all geofences of a project. Results can be filtered by using the query parameters. Indoor geofences with the `floor` properties may be filtered by `floor[id]`, which specifies the ID of the venue associated with the geofence.
Parameters (8)
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.
bbox
(array, query, optional)
Limit search to geofences intersecting the given bounding box.
count
(integer, query, optional, default: 100)
The number of items to return per page.
Constraints: {'minimum': 1, 'maximum': 100}
fields
(array, query, optional)
Field names to filter a result object.
floor
(?, query, optional)
The floor of the indoor geofence
pageToken
(string, query, optional)
A token from the previously returned response to retrieve the specified page.
projectId
(string, query, optional)
Constraints: {'minLength': 1, 'maxLength': 50}
type
(array, query, optional)
Type of a geofence
No probe data for this endpoint yet.