esper_cloud_api_Geofence
Get geofence information
⚠️ 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.
Retrieves the full details of a single geofence by UUID via the legacy create-apply-geofence detail path. Returns the same Geofence object as GET /v0/enterprise/{enterprise_id}/geofence/{geofence_id}/; this path is the detail counterpart to the create-apply-geo-fence creation endpoint, with the hyphenation normalized to create-apply-geofence.
get/v0/enterprise/{enterprise_id}/create-apply-geofence/{geofence_id}/
Path parameters
geofence_idstring uuid required
A UUID string identifying the geofence.
enterprise_idstring uuid required
A UUID string identifying the enterprise.
Response
successful operation