GET
/
v1
/
entities
/
{entityId}
/
battery-capacity
curl --request GET \
  --url https://platform.realto.io/api/v1/entities/{entityId}/battery-capacity \
  --header 'Authorization: Bearer <token>'
{
  "batteryCapacity": 123
}

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string
required

The id of the Entity

Response

200
application/json
OK
batteryCapacity
number
required