Skip to main content
API

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

Request Body
    startTime date-time nullable
    stopTime date-time nullable
    chargerIDs string[]
    unit string
    latest boolean nullable
Responses

meter values from the charger on selected interval. Max 10000 meter values are included


Schema
    results object[]
  • Array [
  • chargerId string
    socketId int32
    transactionRelatedTo int32
    timeStamp date-time
    value string
    phase string
    unit string
    context string
    type string
    evseTransactionRelatedTo string
  • ]
Loading...