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
- 200
- 400
- 401
- 500
Overview of chargers, including count and socket statuses.
application/json
Schema
Example (from schema)
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
{
"chargers": {
"total": 0,
"online": 0,
"offline": 0,
"available": 0,
"preparing": 0,
"charging": 0,
"error": 0
},
"sockets": {
"total": 0,
"online": 0,
"offline": 0,
"available": 0,
"preparing": 0,
"charging": 0,
"error": 0
}
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
type string
title string
status int32 nullable
detail string
instance string
extensions object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
User not authorized
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...