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
Example response
{
"disconnectedCount": 5,
"errorCount": 2,
"maintenanceCount": 1,
"totalChargePointCount": 50
}Changes
No recorded changes to this endpoint across all 1 revision of this API.