Associations
Gets geofences associated with a device
Gets a list of geofences associated with the device trackingId.
get/associations/v3/{trackingId}/geofences
Query parameters
pageTokenstring
A token from the previously returned response to retrieve the specified page.
countinteger
The number of items to return per page.
typestring[]
Type of a geofence
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.