v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Geofences

Gets all geofences

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.

get/geofences/v2

Query parameters

pageTokenstring

A token from the previously returned response to retrieve the specified page.

countinteger

The number of items to return per page.

OR
'null'

Null option can be used to query for geofences without a floor property

The floor of the indoor geofence

typestring[]

Type of a geofence

bboxnumber[]

Limit search to geofences intersecting the given bounding box.

fieldsstring[]

Field names to filter a result object.

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.

countinteger

The number of items in the response.

pageTokenstring

A token that can be used to retrieve the next page of the response.