Provides meter values about transactions
x-ms-visibility: "important"
Use this to search details about meter values of transactions
application/json
Request Body
startTime date-time nullable
stopTime date-time nullable
chargerIDs string[]
unit string
latest boolean nullable
Responses
- 200
Returns all meter values that matches the search parameters
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.470Z",
"value": "string",
"phase": "string",
"unit": "string",
"context": "string",
"type": "string",
"evseTransactionRelatedTo": "string"
}
]
}
Loading...