# Show General Settings Android and iOS versions app have variations in how the request + response for GET /networks is made. There is a top level data key that is sometimes expected and other times is not, and there is differences in the id parameter. Endpoint: GET /networks Security: Authorization ## Query parameters: - `page` (integer) - `expand` (array) ## Response 200 fields (application/json): - `data` (array) Example: [{"id":19,"name":"Test Network 1","created_at":"2020-11-17T18:40:34.936Z","updated_at":"2020-11-17T18:42:16.096Z","external_id":21,"user_count":1,"latitude":"0.0000000","longitude":"0.0000000","address":"","timezone":"Etc/GMT","pet_size":"none","building_type":"bungalow","building_size":"small","live_enabled":true,"scene_id":4,"owner_email":"cb549858-e70e-4359-81bf-3003f32ca071@wifimotion.ca","present_count":1,"claimed":true,"network_scene_config":19}] - `data.id` (integer) - `data.name` (any) - `data.created_at` (string) - `data.updated_at` (string) - `data.external_id` (integer) - `data.user_count` (integer) - `data.latitude` (string) - `data.longitude` (string) - `data.address` (string) - `data.timezone` (string) - `data.pet_size` (string) - `data.building_type` (string) - `data.building_size` (string) - `data.live_enabled` (boolean) - `data.scene_id` (integer) - `data.owner_email` (string) - `data.present_count` (integer) - `data.claimed` (boolean) - `data.network_scene_config` (integer) - `data.subscription_id` (string,null)