Skip to main content
GET
/
organisations
/
{organisationID}
/
virtual-assets
/
{virtualAssetID}
/
state-of-energy
/
latest
Get the latest state of energy of a virtual asset.
curl --request GET \
  --url https://api.trlyr.com/organisations/{organisationID}/virtual-assets/{virtualAssetID}/state-of-energy/latest \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "soe": 50,
  "time": "2023-11-11T14:30:00Z"
}

Headers

Authorization
string
default:Bearer <access token value>
required

Access token

Path Parameters

organisationID
string
required

Organisation ID

virtualAssetID
string
required

Virtual Asset ID

Body

application/json

The body is of type object.

Response

OK

soe
number
required
Example:

50

time
string<dateTime>
required
Example:

"2023-11-11T14:30:00Z"

Last modified on June 30, 2026