Skip to main content
API

Get events history of the charger

x-ms-visibility: "important"

This method returns the event history of the charger, based on the search parameters. Max 200 events will be returned

Path Parameters
    chargerId string required

    This is globally an unique ID for the charger

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

Found events for the charger


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