v1
latestOpenAPI 3.0.12026-07-243686491.1 MBDashboard 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
Example response
{
"disconnectedCount": 5,
"errorCount": 2,
"maintenanceCount": 1,
"totalChargePointCount": 50
}