Associations
Gets all devices associated with a geofence
Gets all devices associated with the geofence geofenceId.
get/associations/v3/geofences/{geofenceId}
Query parameters
pageTokenstring
A token from the previously returned response to retrieve the specified page.
countinteger
The number of items to return per page.
Response
Response body contains an array of device objects, count indicating the number of returned devices, and pageToken if available.
If no associations are found, an object with empty data array is returned.