GET
/
entities
/
asset
curl --request GET \
  --url https://sandbox.axle.energy/entities/asset/
[
  {
    "id": "<string>",
    "type": "Vehicle",
    "bidding_zone": "DE_TENNET",
    "alias": "<string>"
  }
]

Response

200 - application/json
Successful Response
id
string
required
type
enum<string>
required

An enumeration.

Available options:
Vehicle,
Charger,
HVAC,
Solar Inverter,
Storage
bidding_zone
enum<string>
required

An enumeration.

Available options:
DE_TENNET,
DE_TRANSNET,
DE_AMPRION,
DE_50HZ,
DK1,
DK2,
SE1,
SE2,
SE3,
SE4,
NO1,
NO2,
NO3,
NO4,
NO5,
UK,
NL,
FR,
IE,
IT,
FI,
BE,
ES,
AT,
BG,
HU,
HR,
CZ,
EE,
GR,
LV,
PT,
PL
alias
string