Get Charger Status Data
x-ms-visibility: "important"
Fetches charger status data in the specified time range.
Query Parameters
startDate date-time required
Format: YYYY-MM-DD HH:mm:ss
endDate date-time required
Format: YYYY-MM-DD HH:mm:ss
Responses
- 200
- 400
- 401
- 500
Charger statuses.
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
results object[]
timestamp date-time
statuses object[]
status string
count int32
{
"results": [
{
"timestamp": "2025-09-04T07:11:42.113Z",
"statuses": [
{
"status": "string",
"count": 0
}
]
}
]
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
type string
title string
status int32 nullable
detail string
instance string
extensions object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
User not authorized
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...