# Daily Activity Insights Provides a percentage of daily activity for the queried days. Please allow for a warmup period of between 2 and 4 hours after first being activated. Endpoint: GET /insights/v2/{network_id}/activity/daily Security: ApiKey ## Path parameters: - `network_id` (integer, required) The Network ID is a unique identifier that is assigned to a WiFi Motion network when it is created. The Network ID is used by applications such as AppCloud, Device Manager, and via APIs, to uniquely identify a network. ## Query parameters: - `start_date` (string, required) The first date to include within the results. Example: "2025-03-20" - `end_date` (string, required) The last date to include within the results. Example: "2025-04-24" - `timezone` (string) Optional If set, the provided value will be used to perform end of day calculations. Example: "America/Toronto" ## Response 200 fields (application/json): - `date` (string) Date that the results are related to. - `percent_active` (number) Percentage of time that activity occurred within the sample. - `ts` (integer) Epoch timestamp.