# Show General Settings (With ID) - The field in the res json defaults to an int which represents the row_id of the scene config in postgres. - To retrieve the full scene config for the network, use the param with a single array item of Endpoint: GET /networks/{id} Security: Authorization ## Path parameters: - `id` (integer, required) ## Query parameters: - `expand` (array) Enum: "network_scene_config" ## Response 200 fields (application/json): - `id` (integer) Example: "http://json-schema.org/schema#" - `address` (string) - `building_size` (string) - `building_type` (string) - `latitude` (string) - `longitude` (string) - `live_enabled` (boolean) - `name` (any) - `pet_size` (string) - `timezone` (string) - `user_count` (number) - `created_at` (string) - `updated_at` (string) - `external_id` (integer) - `scene_id` (integer) - `present_count` (integer) - `claimed` (boolean) - `owner_email` (string) - `network_scene_config` (any) - `subscription_id` (string,null)