Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The Basic package includes all general Plant data which can be requested with the following calls.

Available Calls

Some of the calls can be specified with parameters which allows the user to request specific data.

Description

API Call

Parameters possible

Request all assigned plants

GET /administration/plants

✖️

Request general data from one plant

GET /administration/plant/{plantId}

✖️

Get components for one plant

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

✖️

Get epoch for one plant

GET /datasource/plant/{plantId}/epochrange

✖️

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)

Available Parameter

Parameter

Type

Value

dateFrom

single

any Date “YYYY-MM-DD“, “today”

dateTo

single

any Date “YYYY-MM-DD“, “today”

channelNames[]

array

ConsEtotal

ProdPac

ProdEtotal

BattLoad

ChargePac

DischargePac

ConsPac

ConsPacCov

ConsPacUncov

ProdPacFeed

ProdEtotalFeed

ProdEtotalNorm

  • No labels