Get information about all NOX connected devices associated with your energy supplier account. If you want to know the response structure or possible enum values, like steerable reasons, you can check it in the response model schema.
API Key authentication. Enter your API key in the format: YOUR_API_KEY
The maximum number of items to return per page of results.
This should be used together with the next_token parameter to paginate through results.
Read the pagination parameter documentation for more details.
1 <= x <= 4000If true, return only data related to the device's current steerable status.
If false or not given, return all available device data including its status.
If true, return only data related to the device's which has steering_enabled = true.
If false or not given, do not filter on steering_enabled field.
If true, return only data related to the device's which has steerable = true.
If false or not given, do not filter on steerable field.
The next_token is a token used to retrieve the next page of results when there are more results
than can fit in a single page(=API response).
By default, the API will return a next_token of the first page if no token was given as a parameter.
If the token is null you have reached the end of the results.
This should be used together with the limit parameter to paginate through results.
To get all results of your call, you can keep calling the same API call with the previously returned next_token until it returns null.
The ID of the device to filter on. If not provided, all devices are returned.
The ID of the user to filter on. If not provided, all users are returned.
If True, filter devices that need reauthentication.
If True, filter devices for which the learning period of gathering data has ended.
If False, filter devices for which the learning period of gathering data has not ended.
If None, do not filter based on learning period status.