cURL
curl --request GET \ --url https://api.traxes.io/connect/v1/entities/{entityId}/heated-area \ --header 'Authorization: Bearer <token>'
{ "heatedArea": 123 }
Returns the heated area of the Entity
Access Token Authentication
The id of the Entity
OK
The heated area of an Entity
The heated area
Was this page helpful?