Get an overview of charger transaction success rate
x-ms-visibility: "important"
Retrieve an overview of charger transaction success rate.
Query Parameters
from date-time
Start timestamp for the period to be fetched. Default: 7 days ago.
to date-time
End timestamp for the period to be fetched. Default: Now.
Responses
- 200
- 400
- 401
Overview of charger transaction success rate.
application/json
Schema
Example (from schema)
Schema
calculatedSuccessfully boolean
successRate double
{
"calculatedSuccessfully": true,
"successRate": 0
}
Exception Details
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...