GET
/
mabis
/
aggregation-objects
List Aggregation Objects
curl --request GET \
  --url https://api.engrate.io/mabis/aggregation-objects \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "receiver": 5499999999999,
    "tso": "<string>",
    "dso": "<string>",
    "aggregation_type": "BAS",
    "aggregation_subtypes": [
      "1-1:1.28.0"
    ],
    "date_from": "<string>",
    "date_to": "<string>"
  }
]

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
dso
string | null
aggregation_object
string | null

Aggregation object ID

aggregation_type
enum<string> | null

Aggregation type.

Available options:
BAS,
PFE,
FPI,
FPE,
EGS,
LGS,
SES,
SLS,
TES,
TLS,
SRE,
SRI,
BIL,
BIP,
BIT,
GAL,
GAP,
GAT,
GEL,
GEP,
GET,
SOL,
SOP,
SOT,
WFL,
WFP,
WFT,
WNL,
WNP,
WNT,
WAL,
WAP,
WAT
aggregation_subtype
enum<string> | null

Aggregation subtype.

Available options:
1-1:1.28.0,
1-1:2.28.0,
1-1:1.29.0,
1-1:2.29.0
month
string | null

Response

Successful Response

id
string
required
receiver
integer
required
Required range: 1000000000000 <= x <= 9999999999999
tso
string | null
dso
string | null
aggregation_type
enum<string> | null

Aggregation type.

Available options:
BAS,
PFE,
FPI,
FPE,
EGS,
LGS,
SES,
SLS,
TES,
TLS,
SRE,
SRI,
BIL,
BIP,
BIT,
GAL,
GAP,
GAT,
GEL,
GEP,
GET,
SOL,
SOP,
SOT,
WFL,
WFP,
WFT,
WNL,
WNP,
WNT,
WAL,
WAP,
WAT
aggregation_subtypes
enum<string>[] | null
date_from
string | null
date_to
string | null