List Thermostats
Returns a list of all thermostats.
Code
To filter the list of returned thermostats, specify the desired parameters.
Output
Request Parameters
connect_webview_id
String
ID of the Connect Webview for which you want to list devices.
connected_account_id
String
ID of the connected account for which you want to list devices.
connected_account_ids
Array of UUIDs
Array of IDs of the connected accounts for which you want to list devices.
created_before
String
Timestamp by which to limit returned devices. Returns devices created before this timestamp.
custom_metadata_has
Object
Set of key:value custom metadata pairs for which you want to list devices.
customer_ids
Array of UUIDs
device_ids
Array of UUIDs
Array of device IDs for which you want to list devices.
device_type
String
Device type by which to filter thermostat devices.
device_types
Array of Enums
Array of device types by which to filter thermostat devices.
limit
Number
Numerical limit on the number of devices to return.
manufacturer
String
Manufacturer by which to filter thermostat devices.
page_cursor
String
Identifies the specific page of results to return, obtained from the previous page's next_page_cursor
.
user_identifier_key
String
Your own internal user ID for the user for which you want to list devices.
Response
Array of devices
Examples
Last updated
Was this helpful?