Skip to main content
GET
/
api
/
dhw
/
{dhwId}
/
history
Get DHW history
curl --request GET \
  --url http://aris.local/api/dhw/{dhwId}/history \
  --header 'Authorization: Bearer <token>'
{
  "dhwId": "<string>",
  "start": "2023-11-07T05:31:56Z",
  "end": "2023-11-07T05:31:56Z",
  "points": [
    {}
  ],
  "count": 123,
  "dailyStats": {}
}

Authorizations

Authorization
string
header
required

Session token or API token

Path Parameters

dhwId
string
required

Query Parameters

start
string<date-time>
end
string<date-time>
hours
integer
default:24
Required range: x >= 1

Response

DHW history data

dhwId
string
start
string<date-time>
end
string<date-time>
points
object[]
count
integer
dailyStats
object

Daily statistics (null if not available)