GET
/
mabis
/
energy-volumes
Get Energy Volumes
curl --request GET \
  --url https://api.engrate.io/mabis/energy-volumes \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "aggregation_object": {
      "id": "<string>",
      "receiver": 5499999999999,
      "tso": "<string>",
      "dso": "<string>",
      "aggregation_type": "BAS",
      "aggregation_subtypes": [
        "1-1:1.28.0"
      ],
      "date_from": "<string>",
      "date_to": "<string>"
    },
    "subtype": "<string>",
    "version": "<string>",
    "month": "<string>",
    "data": [
      {
        "ts": "<string>",
        "amount": 123
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

brp
enum<string> | null

Customer (=user) IDs.

Available options:
flower,
nlead
tso_area
enum<string> | null

Valid TSO IDs for the German market.

Available options:
DE-AMPRION-TSO,
TTG_DE,
DE-TRANSNETBWTSO,
50HERTZ_DE_TSO
aggregation_object
string | null

Aggregation object ID

month
string | null

Response

Successful Response

id
string
required
aggregation_object
object
required

Aggregation objects status response.

subtype
string
required
month
string
required
data
TimeSeriesPoint[Annotated[str, StringConstraints], float] · object[]
required
version
string | null