Get the projected state of energy of a virtual asset.
DEPRECATED: This endpoint is deprecated and will be removed in a future version. To retrieve state of energy values, use the operational endpoint GET /organisations/{organisationID}/virtual-assets/{virtualAssetID}/operational.
Get the projected state of energy of a virtual asset, along with operational limits on that state of energy.
Returns a timeseries of the projected state of energy of a virtual asset as JSON. The points of the timeseries represent the state of energy of the virtual asset at the instant of the timestamp.
The boundaries represent operational limits within which the state of energy should be kept. If the projected soe moves outside these bounds then you should aim to change the schedule such that it returns to these limits.
Note that it is required to provide start and end params to specify the time interval for which to retrieve values. These values should be strings in RFC3339 format. This range is greedy, in that it will match any timeseries point included in its range, including on the boundaries.
Headers
Access token
Path Parameters
Organisation ID
Virtual Asset ID
Body
The body is of type object.
Response
OK