Request values for day, month and year
Month (per day)
To request totals for individual days within a month, use this API Call.
GET /visualization/plant/{plantId}/year/{year}/month/{month}?channelNames[]=ProdEtotal
ProdEtotal is only one example, several values can be requested at the same time.
Variable | Value/Example |
---|---|
{portal} | sds (Subdomain from your portal, here: sds.enerest.world |
{plantId} | UUID of a plant |
{year} | …, 2021, 2022, 2023 |
{month} | 01, 02, 03, …, 11, 12 |
Year (per month)
GET /visualization/plant/{plantId}/year/{year}?channelNames[]=ProdEtotal
Variable | Value/Example |
---|---|
{portal} | sds (Subdomain from your portal, here: sds.enerest.world |
{plantId} | UUID of a plant |
{year} | …, 2021, 2022, 2023 |
Lifetime (per year)
GET /visualization/plant/{plantId}/lifetime?channelNames[]=ProdEtotal
Variable | Value/Example |
---|---|
{portal} | sds (Subdomain from your portal, here: sds.enerest.world |
{plantId} | UUID of a plant |