Get events history of the charger
x-ms-visibility: "important"
This method returns the event history of the charger, based on the search parameters. Max 200 events will be returned
Path Parameters
chargerId string required
This is globally an unique ID for the charger
application/json
Request Body
startTime date-time nullable
stopTime date-time nullable
socketIds int32[]
messageTypes string[]
chargerIds string[]
statuses string[]
Responses
- 200
Found events for the charger
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.474Z",
"chargerId": "string",
"socketId": 0,
"type": "string",
"status": "string",
"info": "string",
"error": "string"
}
]
}
Loading...