Get transaction history of the charger
x-ms-visibility: "important"
This method returns the transaction history of the charger
Path Parameters
chargerId string required
This is globally an unique ID for the charger
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
Transaction history filtered by request body. Max 1000 transactions are included
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
energyPriceInclVat double nullable
energyPriceExclVat double nullable
chargingTimePriceInclVat double nullable
chargingTimePriceExclVat double nullable
parkingTimePriceInclVat double nullable
parkingTimePriceExclVat double nullable
flatFeeInclVat double nullable
flatFeeExclVat double nullable
totalMarginAmount double nullable
reductionAmount double nullable
totalCostInclVat double nullable
totalCostExclVat double nullable
totalVatAmount double nullable
evseTransactionId string
operationTimestamp date-time nullable
{
"results": [
{
"startTimeUTC": "2024-12-04T11:51:42.943Z",
"endTimeUTC": "2024-12-04T11:51:42.944Z",
"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,
"energyPriceInclVat": 0,
"energyPriceExclVat": 0,
"chargingTimePriceInclVat": 0,
"chargingTimePriceExclVat": 0,
"parkingTimePriceInclVat": 0,
"parkingTimePriceExclVat": 0,
"flatFeeInclVat": 0,
"flatFeeExclVat": 0,
"totalMarginAmount": 0,
"reductionAmount": 0,
"totalCostInclVat": 0,
"totalCostExclVat": 0,
"totalVatAmount": 0,
"evseTransactionId": "string",
"operationTimestamp": "2024-12-04T11:51:42.944Z"
}
]
}
Loading...