# All Cached Networks This endpoint returns all network model stored in the app-cloud. Network models are stored in cache which can be made on-demand by setting ensure field to true. Default radius is 5km, if latitude and longitude is supplied with the request. Haversine Distance is used as distance metric to find networks. Endpoint: GET /internal/network_map Security: Authorization ## Query parameters: - `ensure` (boolean) - `radius` (integer) - `latitude` (number) - `longitude` (number) ## Response 200 fields (application/json): - `id` (integer) - `name` (string) - `created_at` (string) - `updated_at` (string) - `external_id` (integer) - `user_count` (integer) - `latitude` (string) - `longitude` (string) - `address` (string) - `timezone` (string) - `pet_size` (string) - `building_type` (string) - `building_size` (string) - `live_enabled` (boolean) - `scene_id` (integer)