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

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string
required

The id of the Entity

Response

200
application/json
OK
heatedArea
number
required