v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Dashboard Statistics

Retrieve a network overview of charge point states

Required scope: charge-points:read

get/api/v1/dashboard-statistics/network-overview

Query parameters

currentTypestring nullable

Filter by charge point current type (e.g. ac, dc)

Example:ac
visibilitystring nullable

Filter by charge point visibility (e.g. public, private)

Example:public

Response

Charge point state counts for the operator's network

disconnectedCountinteger required

Number of disconnected charge points

errorCountinteger required

Number of charge points in error state

maintenanceCountinteger required

Number of charge points in maintenance state

totalChargePointCountinteger required

Total number of charge points

Example response

{
  "disconnectedCount": 5,
  "errorCount": 2,
  "maintenanceCount": 1,
  "totalChargePointCount": 50
}