Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

API Call

Parameters required

Get all assigned plants

GET /administration/plants

Get general data from one plant

(i.e. name, size, firmware version, fleet affiliation, adress)

GET /administration/plant/{plantId}

Get the adress of one plant

GET /administration/plants/{plantId}/address

Get the contact details of one plant

GET /administration/plants/{plantId}/contacts

Get the basic informations from one fleet

GET /administration/fleet/{fleetId}

Get all plants from one fleet

GET /administration/fleet/{fleetId}/plants

Get basic informations from the requested portal

GET /administration/portals

Get components for one plant

GET /datasource/plant/{plantId}/components/{date}

Get epoch for one plant

GET /datasource/plant/{plantId}/epochrange

Get inverter data for one plant

GET /datasource/plant/{plantId}/inverters

Get general plant data

GET /visualization/plant/{plantId}

Get data from different channels for one plant

GET /visualization/plant/{plantId}/channels

(tick)

Get the list of available channels for one plant

GET /visualization/plant/{plantId}/channels/list

Get data from different channels for one plant regarding the epoch

GET /visualization/plant/{plantId}/cross-epoch/channels

(tick)

Get data from different channels for one plant over the lifetime

GET /visualization/plant/{plantId}/lifetime

(tick)

Get data from different channels for one plant over one year

GET /visualization/plant/{plantId}/year/{year}

(tick)

Get data from different channels for one plant over one month

GET /visualization/plant/{plantId}/year/{year}/month/{month}

(tick)

...