Get meter value history of the charger
x-ms-visibility: "important"
This method returns the meter value 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 nullable
stopTime date-time nullable
chargerIDs string[]
unit string
latest boolean nullable
Responses
- 200
- 400
- 401
meter values from the charger on selected interval. Max 10000 meter values are included
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
results object[]
chargerId string
socketId int32
transactionRelatedTo int32
timeStamp date-time
value string
phase string
unit string
context string
type string
evseTransactionRelatedTo string
{
"results": [
{
"chargerId": "string",
"socketId": 0,
"transactionRelatedTo": 0,
"timeStamp": "2024-10-10T06:49:37.475Z",
"value": "string",
"phase": "string",
"unit": "string",
"context": "string",
"type": "string",
"evseTransactionRelatedTo": "string"
}
]
}
Something went wrong
Not authorised
Loading...