Get transaction consumption by ID
x-ms-visibility: "important"
Retrieve the consumption details for a specific transaction by its ID.
Path Parameters
transactionId string required
ID of the transaction to retrieve consumption details.
Query Parameters
chargerId string required
ID of the charger to retrieve.
Responses
- 200
- 400
- 401
Details of the requested transaction consumption.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
consumptions object[]
timestampStart date-time
timestampEnd date-time
chargerId string
consumedEnergyKWh double
currency string
priceInclVat double nullable
priceExclVat double nullable
tariffType string
{
"consumptions": [
{
"timestampStart": "2025-04-25T07:40:35.174Z",
"timestampEnd": "2025-04-25T07:40:35.174Z",
"chargerId": "string",
"consumedEnergyKWh": 0,
"currency": "string",
"priceInclVat": 0,
"priceExclVat": 0,
"tariffType": "string"
}
]
}
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 authorised
Loading...