# Get application configuration by network ID Retrieves the application configuration settings for a specified network. Endpoint: GET /network/{network_id}/application/settings Security: ApiKey ## Path parameters: - `network_id` (integer, required) Unique identifier of the network whose configuration should be managed ## Response 200 fields (application/json): - `network_id` (integer) The network identifier of the WiFi Motion™ network. - `timezone` (string) Timezone configuration - `enabled` (boolean) The sleep settings enabled or disabled. Sleep settings are enabled Sleep settings are not enabled - `sleep_hour` (integer) Provides rough guidance to the WiFi Motion™ network as to the hour of day when the household initiates their sleeping pattern. - `sleep_minute` (integer) Provides rough guidance to the WiFi Motion™ network as to the minute within the hour when the household initiates their sleeping pattern. - `wake_hour` (integer) Provides rough guidance to the WiFi Motion™ network as to the hour of day when the household ends their sleeping pattern. - `wake_minute` (integer) Provides rough guidance to the WiFi Motion™ network as to the minute within the hour when the household ends their sleeping pattern. - `created_at` (string) The date and time that the Application Settings were initiated created. - `updated_at` (string) The date and time that the Application Settings were last updated. - `enabled_at` (string,null) The date and time when the Application Settings were enabled. If the application settings are not enabled, then a value of will be provided. - `presence` (string) Current home/away based on door sensor events. - `presence_detection_enabled` (boolean) Switch home/away based on door sensor - `presence_away_window_seconds` (integer) How long after the door sensor should we check when home, if the user has left. - `presence_away_delay_seconds` (integer) How long should we allow for people to leave when home. - `presence_home_window_seconds` (integer) How long after the door sensor detect should we check when away - `cia_enabled` (boolean) Are critical inactivity alerts enabled - `cia_escalation_step` (integer) Current escalation step, don’t change this manually via API. - `cia_escalation_threshold_seconds` (integer) Time between steps - `cia_wake_time_plus_seconds` (integer) How long to wait after wake_time to watch for Critical Inactivity Alert - `cia_sleep_time_minus_seconds` (integer) How long to wait before sleep_time to watch for Critical Inactivity Alert