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
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-04-10T07:03:12.468Z",
"statuses": [
{
"status": "string",
"count": 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...