Get the aggregated/individual historical consumption forecast for all/specific NOX connected houses assosciated with your energy supplier account in kWh with a granularity of 15min.
New forecasst are added everyday at 9:45 am CET/CEST.
Note that the start and end time refer to the time when the forecasts were generated.
API Key authentication. Enter your API key in the format: YOUR_API_KEY
Start time when the forecasts were generated. The time is in UTC in ISO 8601 format.
Time format examples:
End time when the forecasts were generated. The time is in UTC in ISO 8601 format.
Time format examples:
The ID of the house to get the forecast for. If not provided, the aggregated forecast for all houses is returned.
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 <= 1000
If true
, query based on the datetime when the forecast was generated. Additionally,
the output will include each day's coming 72 hour forecast starting from midnight 00:00 CET/CEST instead of the 24 hour forecast
if you would query based on forecast time.
If false
, query based on the datetime of the forecast time and
not when the forecasts were generated. You query based on for what time the consumption forecast is predicting.
Note: If false
, the output will not include the forecast for the coming 3 days.
But it could include the forecast of the current day if queried on current day.
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
.
Successful response
The response is of type object
.