Gettemperatureandhumiditysensorhistory

GET

Get temperature and humidity sensor history

This resource will return reading history for a particular deviceId. The readings returned are temperature and humidity, not leak detection.

Dates are in the following format: "mm/dd/yyyy"


[
  {
    "time": "2015-11-02T00:01:32",
    "humidity": "32.2",
    "temperature": "22.86"
  },
  {
    "time": "2015-11-02T00:06:44",
    "humidity": "32.2",
    "temperature": "22.85"
  },
  {
    "time": "2015-11-02T00:11:55",
    "humidity": "32.2",
    "temperature": "22.88"
  },
  {
    "time": "2015-11-02T00:16:57",
    "humidity": "32.2",
    "temperature": "22.84"
  },
  {
    "time": "2015-11-02T00:21:08",
    "humidity": "32.2",
    "temperature": "22.9"
  }
]
Field Name/Location Data Type Definition
time DateTime Date and time the reading was captured
humidity String Humidity value returned as a string, interpret as a percentage
temperature String Temperature value returned as a string, always in Celcius units

Resource URL

https://api.honeywell.com/v2 /devices/waterLeakDetectors/{deviceId}/history

Query Parameters


Name Values Description
apikey
(required)

Your API Key

startDate
(required)

Date and time to start search

endDate
(required)

Date and time to end search


Request Body

HTTP Basic

OAuth 2.0

API Key

Reset

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Resource Summary

Security

Working...