Skip to main content
GET
List standalone HEMS steering sessions for a wallbox

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string<uuid>
required

The organization ID

user_id
string<uuid>
required

The user ID

wallbox_id
string<uuid>
required

The wallbox ID

Query Parameters

from
string<date>
required

Inclusive lower bound day (UTC, YYYY-MM-DD)

to
string<date>
required

Inclusive upper bound day (UTC, YYYY-MM-DD)

limit
integer
default:50

Page size (max 200)

Required range: 1 <= x <= 200
offset
integer
default:0

Offset for pagination

Required range: x >= 0

Response

200 - application/json

OK

total
integer
required
items
HEMSSessionItem · object[]
required