The following are examples of the API calls available in the User API Advanced package.
All calls included in the basic package are also included in the advanced package. Only the additional calls available in the Advanced packs are listed below.
You can find the call examples for the Basic package here: User API - Basic package - Example calls Die folgenden sind Beispiele für die API-Aufrufe, die im User-API Advanced Paket verfügbar sind.
Alle Aufrufe, die im Basic Paket enthalten sind, sind auch im Advanced Paket enthalten. Nur die zusätzlichen Aufrufe, die in den Advanced Paketen verfügbar sind, sind unten aufgeführt.
Sie finden die Aufrufbeispiele für das Basic Paket hier.: User API Advanced - Beschreibung des Paketumfangs
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
GET /administration/plants/{plantId}/address
Call
{{baseURL}}/api/v1/{{portal}}/administration/plants/{{plant}}/address
Parameter
GET https://api.enerest.world/api/v1/solarcompanyXYZ/administration/plants/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/address
baseURL =
https://api.enerest.world
Do NOT change that! It is always the same for every userÄndern Sie das NICHT! Das ist für jeden Benutzer immer dasselbe
portal =
solarCompanyXYZ
Here you should add the first part of the portal domain
Without Hier sollten Sie den ersten Teil der Portal-URLhinzufügen.
Ohne
.enerest.world
plant = i.e.
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Add your plants ID here
This ID can be found in
theFügen Sie hier die ID Ihrer Anlage hinzu
Diese ID finden Sie
- i.e
im
administration/plants
call orin the last part of the URL when you select the plant in the portal
oder
im letzten Teil der URL, wenn Sie die Anlage im Portal auswählen
Bsp.
https://solarCompanyXYZ.enerest.world/administration/plants/detail/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
- i.e
...
Ergebnis
Expand | ||
---|---|---|
| ||
|
...
GET /administration/plants/{plantId}/contacts
Call
{{baseURL}}/api/v1/{{portal}}/administration/plants/{{plant}}/contacts
Parameter
GET https://api.enerest.world/api/v1/solarCompanyXYZ/administration/plants/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/contacts
baseURL =
https://api.enerest.world
Do NOT change that! It is always the same for every userÄndern Sie das NICHT! Das ist für jeden Benutzer immer dasselbe
portal =
solarCompanyXYZ
Here you should add the first part of the portal domain
Without Hier sollten Sie den ersten Teil der Portal-URLhinzufügen.
Ohne
.enerest.world
plant = i.e.
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Add your plants ID here
This ID can be found in
theFügen Sie hier die ID Ihrer Anlage hinzu
Diese ID finden Sie
- i.e.
im
administration/plants
call orin the last part of the URL when you select the plant in the portal
oder
im letzten Teil der URL, wenn Sie die Anlage im Portal auswählen
Bsp.
https://solarCompanyXYZ.enerest.world/administration/plants/detail/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
- i.e.
...
Ergebnis
Expand | ||
---|---|---|
| ||
|
...
GET /datasource/plant/{plant}/inverters
Call
{{baseURL}}/api/v1/{{portal}}/datasource/plant/{{plant}}/inverters
Parameter
GET https://api.enerest.world/api/v1/solarCompanyXYZ/datasource/plant/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/inverters
baseURL =
https://api.enerest.world
Do NOT change that! It is always the same for every userÄndern Sie das NICHT! Das ist für jeden Benutzer immer dasselbe
portal =
solarCompanyXYZ
Here you should add the first part of the portal domain
Without Hier sollten Sie den ersten Teil der Portal-URLhinzufügen.
Ohne
.enerest.world
plant = i.e.
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Add your plants ID here
This ID can be found in
theFügen Sie hier die ID Ihrer Anlage hinzu
Diese ID finden Sie
- i.e.
im
administration/plants
call orin the last part of the URL when you select the plant in the portal
oder
im letzten Teil der URL, wenn Sie die Anlage im Portal auswählen
Bsp.
https://solarCompanyXYZ.enerest.world/administration/plants/detail/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
- i.e.
...
Ergebnis
Expand | ||
---|---|---|
| ||
|
...
GET /visualization/kpi/{plantId}
Call
{{baseURL}}/api/v1/{{portal}}/visualization/kpi/{{plant}}
Parameter
GET https://api.enerest.world/api/v1/solarCompanyXYZ/visualization/kpi/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
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 Ändern Sie das NICHT! Das ist für jeden Benutzer immer dasselbe
portal =
solarCompanyXYZ
Hier sollten Sie den ersten Teil der Portal-URLhinzufügen.
Ohne
.enerest.world
plant = i.e.
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Add your plants ID here
This ID can be found in
theFügen Sie hier die ID Ihrer Anlage hinzu
Diese ID finden Sie
- i.e.
im
administration/plants
call orin the last part of the URL when you select the plant in the portal
oder
im letzten Teil der URL, wenn Sie die Anlage im Portal auswählen
Bsp.
https://solarCompanyXYZ.enerest.world/administration/plants/detail/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
- i.e.
...
Ergebnis
Expand | ||
---|---|---|
| ||
Wird in kürze aktualisiert von Stefanie Domzig |