cURL
curl --request GET \ --url https://api.traxes.io/connect/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 battery capacity of an Entity
The capacity of the battery.
Was this page helpful?