# Network motion-density histogram Retrieve time series array of motion-density values by location for network. Endpoint: GET /network/{network_id}/location/histogram Security: ApiKey ## Path parameters: - `network_id` (integer, required) Motion Network ID (returned as 'id' by Find API calls) ## Query parameters: - `from` (integer) The UTC timestamp of the oldest report client already has in seconds - `to` (integer) The UTC timestamp of the latest report client is interested in, current time will be used if not provided ## Response 200 fields (application/json): - `mac` (string, required) Last 6 digits of hex mac - `density` (number, required) Density of this device (0-1) - `id` (integer) node_id - `icon` (string) icon - `name` (string) Device (friendly) name - `type` (string) Enum: "MESH_ROOT", "MESH_NODE", "LEAF", "CLIENT" - `location` (string) Device location - `mobile` (boolean) Indicates whether or not a location has been set for the device. - The location is set. - The location is not set.