Get a timeseries of charger states
x-ms-visibility: "important"
Retrieve a time series of charger states.
Query Parameters
from date-time
Start timestamp for the period to be fetched. Default: 7 days ago.
to date-time
End timestamp for the period to be fetched. Default: Now.
Responses
- 200
- 400
- 401
Time series of charger states.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
states object[]
timestamp date-time
available int64
offline int64
error int64
info int64
charging int64
suspendedCAR int64
suspendedCharger int64
preparing int64
reserved int64
finishing int64
booting int64
unavailable int64
total int64
{
"states": [
{
"timestamp": "2025-04-10T07:03:12.467Z",
"available": 0,
"offline": 0,
"error": 0,
"info": 0,
"charging": 0,
"suspendedCAR": 0,
"suspendedCharger": 0,
"preparing": 0,
"reserved": 0,
"finishing": 0,
"booting": 0,
"unavailable": 0,
"total": 0
}
]
}
Invalid request parameters
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized
Loading...