Skip to main content
API

Provides charger events

x-ms-visibility: "important"

Use this to search info about charger events

Request Body
    startTime date-time nullable
    stopTime date-time nullable
    socketIds int32[]
    messageTypes string[]
    chargerIds string[]
    statuses string[]
Responses

Returns all charger event data that matches the search parameters


Schema
    results object[]
  • Array [
  • timeStampUTC date-time
    chargerId string
    socketId int32
    type string
    status string
    info string
    error string
  • ]
Loading...