# List Sensors Provides a list of sensor devices (such as hubs, vibration, humidity and temperature sensors) that have been added to the network. Endpoint: GET /sensors/network/{network_id}/list Security: ApiKey ## Path parameters: - `network_id` (integer, required) Motion Network ID (returned as 'id' by Find API calls) ## Response 200 fields (application/json): - `network_id` (integer) The network ID of the WiFi Motion network. - `devices` (array) The list of sensors that are associated with the WiFi Motion network. This includes hubs, vibration, humidity, and temperature sensors. - `devices.thingName` (string) The ID of the sensor. - `devices.friendlyName` (string) A user friendly description that is assigned to the sensor. - `devices.locationName` (string,null) The name of the location where the sensor is located. - `devices.humidThreshold` (number) Sets the expected humidity delta for which a sensor event is sent. - `devices.tempThreshold` (number) Sets the expected temperature delta for which a sensor event is sent. - `devices.deviceType` (string) Identifies the type of sensor. - SensorThLite - Humidity and Temperature - SensorVibration: Vibration - HUB - Sensor hub - `devices.created_at` (string) The date and time that the sensor was added to the network. - `devices.updated_at` (string) The date and time that the sensor was last updated. - `devices.purpose` (string) Identifies the purpose of the sensor. ## Response 404 fields