/instantaneous/power/{startDate}/{endDate}/{interval}/{max}

The request to get the users' instantaneous power data for a certain date-time range and sample rate for meters reporting high resolution measurements. The interval determines the sample rate. When the combination of date range and interval leads to more than 8640 values, the start of the date range is adjusted to stay within this limit of 8640. This allows for 10s samples for 24 hours, or over 2 hours of 1s samples. Please note that even 8640 results requires gathering and sending a substantial amount of data (430kB) that takes noticeable time, so it is wise to keep the requested range as small as possible. Additionally, it is recommended to follow these guidelines:
1. When retrieving data for a historical period, ensure that the interval is a multiple of 60 seconds.
2. Start and end dates should be in the format YYYY-M-DTHH:MM:00 (with seconds set to 0). Otherwise, the start time will be rounded down, and the end time will be rounded up to the nearest time with minute precision.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The start date of the data. The format is YYYY-M-DTHH:MM:SS.

string
required

The end date of the data. The format is YYYY-M-DTHH:MM:S.

integer
required

The interval with which to display the data in seconds.

string
required

When the string max is added as the last parameter, the maximum value for each interval is returned instead of the average value.
If this parameter is not set, the maximum and minimum instantaneous demand delivered in the last 24 hours is also returned.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Choose an example:
application/json