Provides statistics info about Charging Transactions
x-ms-visibility: "important"
Use this to search info about transactions. Search criteria for start time or stop time is mandatory.
application/json
Request Body
startTime date-time
The oldest transaction start time to fetch
startTimeSearchEnd date-time
The newest transaction start time to fetch
stopTimeSearchBegin date-time
The oldest transaction end time to fetch
stopTime date-time
The newest transaction end time to fetch
chargerIDs string[]
userIDs string[]
groupIDs string[]
rfidTags string[]
Responses
- 200
Returns all transaction data that matches the search parameters
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
results object[]
startTimeUTC date-time
endTimeUTC date-time
chargerId string
socketId int32
rfidTag string
userId int64
userName string
groupId int64
groupName string
driverGroupId int64 nullable
driverGroupName string
consumptionWH int32
consumptionKWH double
transactionLengthMinutes double
transactionId int64
powerCostPerUnit double nullable
currency string
vatPercent double nullable
totalCostInclVat double nullable
totalCostExclVat double nullable
totalVatAmount double nullable
evseTransactionId string
operationTimestamp date-time nullable
{
"results": [
{
"startTimeUTC": "2024-10-10T06:49:37.472Z",
"endTimeUTC": "2024-10-10T06:49:37.472Z",
"chargerId": "string",
"socketId": 0,
"rfidTag": "string",
"userId": 0,
"userName": "string",
"groupId": 0,
"groupName": "string",
"driverGroupId": 0,
"driverGroupName": "string",
"consumptionWH": 0,
"consumptionKWH": 0,
"transactionLengthMinutes": 0,
"transactionId": 0,
"powerCostPerUnit": 0,
"currency": "string",
"vatPercent": 0,
"totalCostInclVat": 0,
"totalCostExclVat": 0,
"totalVatAmount": 0,
"evseTransactionId": "string",
"operationTimestamp": "2024-10-10T06:49:37.472Z"
}
]
}
Loading...