cURL
curl --request GET \ --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/battery-capacity \ --header 'Authorization: Bearer <token>'
{ "batteryCapacity": 123 }
Returns the battery capacity of the Entity
Access Token Authentication
The id of the Entity
OK
The response is of type object.
object
Was this page helpful?