esper_cloud_api_Geofence
List Geofences in Enterprise
⚠️ Legacy endpoint. Android only. Geofence configuration is now managed through blueprints. Use the blueprints endpoints (/api/v2/blueprints/) to create and manage geofences going forward.
Returns a paginated list of all geofences in the enterprise via the legacy create-apply-geo-fence path.
get/v0/enterprise/{enterprise_id}/create-apply-geo-fence/
Path parameters
enterprise_idstring uuid required
A UUID string identifying the enterprise.
Query parameters
searchstring
A search term.
limitinteger
Number of results to return per page.
offsetinteger
The initial index from which to return the results.
Response
successful operation