Skip to main content

Get an overview of chargers

x-ms-visibility: "important"

Retrieve the total count of chargers and their socket statuses.

Query Parameters
    siteId int64

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

Responses

Overview of chargers, including count and socket statuses.


Schema
    chargers object
    total int32
    online int32
    offline int32
    available int32
    preparing int32
    charging int32
    error int32
    sockets object
    total int32
    online int32
    offline int32
    available int32
    preparing int32
    charging int32
    error int32
Loading...