GET
/
entities
/
asset
/
{asset_id}
Authorization
Path
curl --request GET \
  --url http://localhost:8001/entities/asset/{asset_id}
{
  "alias": "<string>",
  "availability": {
    "periods": []
  },
  "bidding_zone": "DE_TENNET",
  "controller": {
    "get_level_webhook": "<string>",
    "set_level_webhook": "<string>"
  },
  "eligible_markets": [
    {
      "id": "<string>",
      "name": "<string>",
      "properties": {
        "asset_neutral": true,
        "bid_frequency": [],
        "direction": "<string>",
        "measurement": "<string>",
        "measurement_level": "<string>",
        "participant": "<string>",
        "payment": [],
        "prequalification_level": "<string>"
      },
      "requires_supply_license": true,
      "type": "<string>",
      "zone": "DE_TENNET"
    }
  ],
  "id": "<string>",
  "is_aggregate": true,
  "properties": {
    "applicable_standards": {},
    "capacity_kwh": 123,
    "connection_type": "long_term_parallel",
    "frequency_measurement_accuracy_pct": 123,
    "frequency_measurement_frequency_hz": 123,
    "import_meter_ids": [],
    "lat": 123,
    "lat_lng_polygon": [],
    "lng": 123,
    "max_export_kw": 123,
    "max_import_kw": 123,
    "max_runtime_s": 123,
    "median_response_time_s": 123,
    "metering_point": "boundary",
    "min_runtime_s": 123,
    "power_measurement_accuracy_pct": 123,
    "power_measurement_frequency_hz": 123,
    "voltage_level": 123
  },
  "type": "Vehicle"
}

Path Parameters

asset_id
string
required

Response

200 - application/json
alias
string

Alias for this asset or aggregate, for instance the name of the site(s) or specific competitions to which it is targeted.

availability
object
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
controller
object

Webhook for controlling the asset; can use webhook event stream instead if preferred

eligible_markets
object[]
id
string
required
is_aggregate
boolean
default: false

Whether this asset is an aggregate of other assets

properties
object
required

Properties of an asset that are relevant to participation in markets

type
enum<string>
required

An enumeration.

Available options:
Vehicle,
Charger,
HVAC,
Solar Inverter,
Storage