...
Expand | ||
---|---|---|
| ||
|
...
GET /visualization/plant/{plantId}
...
Call
{{baseURL}}/api/v1/{{portal}}/visualization/plant/{{plant}}/year/{{year}}/month/{{month}}
Parameter
GET https://api.enerest.world/api/v1/solarCompanyXYZ/visualization/plant/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/year/2024/month/05
baseURL =
https://api.enerest.world
Do NOT change that! It is always the same for every user
portal =
solarCompanyXYZ
Here you should add the first part of the portal domain
Without
.enerest.world
plant = i.e.
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Add your plants ID here
This ID can be found in
the
administration/plants
call orin the last part of the URL when you select the plant in the portal
i.e.
https://solarCompanyXYZ.enerest.world/administration/plants/detail/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Add the year you want to request the months data for
month = i.e. 05
Add the moth you want to request the data from
Result
Expand | ||
---|---|---|
|
GET /visualization/plant/{plantId}/year/{year}
Call
{{baseURL}}/api/v1/{{portal}}/visualization/plant/{{plant}}/year/{{year}}
Parameter
...
|
...
baseURL = https://api.enerest.world
Do NOT change that! It is always the same for every user
...
portal = solarCompanyXYZ
Here you should add the first part of the portal domain
Without
.enerest.world
plant = i.e. XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
...
Add your plants ID here
This ID can be found in
...
the administration/plants
call or
in the last part of the URL when you select the plant in the portal
...
|
...
year = i.e. 2024
Add the year you want to request the data from
Result
...
title | API result |
---|
GET /visualization/plant/{plantId}/lifetime
Call
{{baseURL}}/api/v1/{{portal}}/visualization/plant/{{plant}}/lifetime
Parameter
...
|
...
baseURL = https://api.enerest.world
Do NOT change that! It is always the same for every user
...
portal = solarCompanyXYZ
Here you should add the first part of the portal domain
Without
.enerest.world
...
|
...
GET /visualization/plant/{plantId}/year/{year}/month/{month}
Call
{{baseURL}}/api/v1/{{portal}}/visualization/plant/{{plant}}/year/{{year}}/month/{{month}}
Parameter
GET https://api.enerest.world/api/v1/solarCompanyXYZ/visualization/plant/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
...
Add your plants ID here
/year/2024/month/05?channelNames[]=ProdEtotal
baseURL =
https://api.enerest.world
Do NOT change that! It is always the same for every user
portal =
solarCompanyXYZ
Here you should add the first part of the portal domain
Without
.enerest.world
plant = i.e.
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Add your plants ID here
This ID can be found in
the
administration/plants
call orin the last part of the URL when you select the plant in the portal
i.e.
https://solarCompanyXYZ.enerest.world/administration/plants/detail/XXXXXXXX-XXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Result
...
title | API result |
---|
-XXXXXXXXXXXX
year = i.e. 2024
Add the year you want to request the months data for
month = i.e. 05
Add the moth you want to request the data from
channelNames = ProdEtotal
Result
Expand | ||
---|---|---|
| ||
|
...
GET /visualization/plant/{plantId}/year/{year}
Call
{{baseURL}}/api/v1/{{portal}}/visualization/plant/{{plant}}/year/{{year}}
Parameter
GET https://api.enerest.world/api/v1/solarCompanyXYZ/visualization/plant/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/year/2024?channelNames[]=ProdEtotal
baseURL =
https://api.enerest.world
Do NOT change that! It is always the same for every user
portal =
solarCompanyXYZ
Here you should add the first part of the portal domain
Without
.enerest.world
plant = i.e.
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Add your plants ID here
This ID can be found in
the
administration/plants
call orin the last part of the URL when you select the plant in the portal
i.e.
https://solarCompanyXYZ.enerest.world/administration/plants/detail/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
year = i.e. 2024
Add the year you want to request the data from
channelNames = ProdEtotal
Result
Expand | ||
---|---|---|
| ||
|
...
GET /visualization/plant/{plantId}/lifetime
Call
{{baseURL}}/api/v1/{{portal}}/visualization/plant/{{plant}}/lifetime
Parameter
GET https://api.enerest.world/api/v1/solarCompanyXYZ/visualization/plant/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/lifetime
baseURL =
https://api.enerest.world
Do NOT change that! It is always the same for every user
portal =
solarCompanyXYZ
Here you should add the first part of the portal domain
Without
.enerest.world
plant = i.e.
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Add your plants ID here
This ID can be found in
the
administration/plants
call orin the last part of the URL when you select the plant in the portal
i.e.
https://solarCompanyXYZ.enerest.world/administration/plants/detail/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
...
Expand | ||
---|---|---|
| ||
|
...
GET /visualization/plant/{plantId}/channels...
...
baseURL =
https://api.enerest.world
Do NOT change that! It is always the same for every user
portal =
solarCompanyXYZ
Here you should add the first part of the portal domain
Without
.enerest.world
plant = i.e.
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Add your plants ID here
This ID can be found in
the
administration/plants
call orin the last part of the URL when you select the plant in the portal
i.e.
https://solarCompanyXYZ.enerest.world/administration/plants/detail/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
dateFrom =
2024-01-24
The date can be either
today
orany Date
YYYY-MM-DD
dateTo =
2024-01-25
The date can be either
today
orany Date
YYYY-MM-DD
channelName channelNames = ProdPac & ProdEtotal
The Channels can be combined in one request
See channel list for more channels
...