GET
/
v1
/
sites
/
{siteId}
/
loadCurve
curl --request GET \
  --url https://api.voltview.co.uk/v1/sites/{siteId}/loadCurve \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

JWT token obtained from /v1/requestToken endpoint

Path Parameters

siteId
string
required

Site identifier

Query Parameters

from
string

Start date and time (ISO 8601)

Example:

"2024-01-01T00:00:00.000Z"

to
string

End date and time (ISO 8601)

Example:

"2024-12-31T23:59:59.999Z"

summaryLevel
enum<string>

Level of data aggregation

Available options:
hour,
day,
month
unit
enum<string>

Unit of measurement

Available options:
kWh,
kW

Response

200
application/json
Load curve data retrieved successfully

The response is of type any.