Skip to main content

Get an overview of charger errors

x-ms-visibility: "important"

Retrieve an overview of errors encountered with chargers.

Query Parameters
    siteId int64

    Filter by site ID. The results will include data from all the subsites as well.

    from date-time

    Start timestamp for the period to be fetched. Default: 7 days ago.

    to date-time

    End timestamp for the period to be fetched. Default: Now.

Responses

Overview of charger errors.


Schema
    chargers object[]
  • Array [
  • chargerId string
    chargerName string
    siteId int64
    siteName string
    totalErrors int64
    errors object[]
  • Array [
  • error string
    count int64
  • ]
  • ]
Loading...