v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Insights

Retrieve insights about charge points.

Required scope: insights:read

Returns a list of charge points (owned by that teamId) with the number of charging sessions and the total Kwh consumed.

get/api/v1/insights/charges/charger-report

Query parameters

pageinteger

page number to retrieve (starts with 0)

perPageinteger

number of items per page (between 1 and 100, default 10)

teamIdinteger required

Filter to retrieve charge point insights by the specified teamId

Example:13
chargePointIdsstring nullable

Filter to retrieve charges insights by the specified (comma-separated) list of chargePointId

Example:13,14,15
fromDatestring date required

Filter to retrieve charge insights created from date, we expecta date in UTC and ISO8601 (YYYY-MM-DD'T'HH:MM:SS'Z')</br>The maximum gap between from and to data cannot be longer than 31 days

toDatestring date required

Filter to retrieve charge insights created to date, we expecta date in UTC and ISO8601 (YYYY-MM-DD'T'HH:MM:SS'Z')</br>The maximum gap between from and to data cannot be longer than 31 days

Response

Charger report for the given filter