Skip to main content

Get ongoing charging sessions by charger ID

x-ms-visibility: "important"

Retrieve ongoing charging sessions by charger ID.

Path Parameters
    chargerId string required

    ID of the charger to retrieve.

Responses

Details of the requested charging sessions.


Schema
    sessions object[]
  • Array [
  • socketId int32
    evseTransactionId string
    authorizedIdTag string
    origin string
    startTime date-time
    meterValues object[]
  • Array [
  • timestamp date-time
    deviceTimestamp date-time
    unit string
    value string
    measureType string
  • ]
  • ]
Loading...