# Get geofence information Returns geofence instance Endpoint: GET /v0/enterprise/{enterprise_id}/create-apply-geofence/{geofence_id}/ Version: 1.0.0 Security: apiKey ## Path parameters: - `geofence_id` (string, required) A UUID string identifying the geofence. - `enterprise_id` (string, required) A UUID string identifying the enterprise. ## Response 200 fields (application/json): - `id` (string) id of the geofence - `name` (string, required) Name of the geofence - `description` (string) A description about the geofence - `enterprise` (string) id of the enterprise resource - `latitude` (string, required) Latitude corresponding to the geofence - `longitude` (string, required) Longitude corresponding to the geofence - `radius` (integer) The radius within which the geofence should be applied - `radius_unit` (string) The unit in which the radius is taken, eg - kilometers, meters etc Enum: "KILOMETERS", "METERS", "MILES" - `device_actions` (array) The actions to be performed on the device Enum: "LOCK_DOWN", "BEEP" - `device_count` (integer) Number of devices - `created_by` (string) The user who created the geofence - `created_on` (string) Date and time of when the geofence was created - `updated_on` (string) Date and time of when the geofence was updated ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 404 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer)