Provides statistics info about success rate of chargers
x-ms-visibility: "important"
Use this to search info about success rate of chargers. If timestamps are omitted, data from the last 30 are fetched. If maxNumberOFChargers is omitted, 50 items are replied. If chargerIds is omitted, all chargers with transactions are included
application/json
Request Body
startTime date-time nullable
stopTime date-time nullable
chargerIds string[]
Chargers which success rate are fetched. If omitted, all the chargers
maxNumberOfChargers int32
If ChargerIds is missing, how many chargers will be listed in a reply. If omitted, default is 50
Responses
- 200
Returns all success rate data that matches the search parameters
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
startTime date-time nullable
stopTime date-time nullable
customerSuccessRate double
results object[]
chargerId string
chargerName string
groupId int64
groupName string
successRate double
{
"startTime": "2024-10-10T06:49:37.471Z",
"stopTime": "2024-10-10T06:49:37.471Z",
"customerSuccessRate": 0,
"results": [
{
"chargerId": "string",
"chargerName": "string",
"groupId": 0,
"groupName": "string",
"successRate": 0
}
]
}
Loading...