Provides charger events
x-ms-visibility: "important"
Use this to search info about charger events
application/json
Request Body
startTime date-time nullable
stopTime date-time nullable
socketIds int32[]
messageTypes string[]
chargerIds string[]
statuses string[]
Responses
- 200
Returns all charger event data that matches the search parameters
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
results object[]
timeStampUTC date-time
chargerId string
socketId int32
type string
status string
info string
error string
{
"results": [
{
"timeStampUTC": "2024-10-10T06:49:37.469Z",
"chargerId": "string",
"socketId": 0,
"type": "string",
"status": "string",
"info": "string",
"error": "string"
}
]
}
Loading...