Retrieve insights about charges.
Required scope: charge-transactions:read. Deprecated, use /insights/charges/driver-report and /insights/charges/charger-report instead.
Query parameters
Filter to retrieve charge insights created from date (YYYY-MM-DD), we expect a date in UTC</br>The maximum gap between from and to data cannot be longer than 31 days
Filter to retrieve charge insights created to date (YYYY-MM-DD), we expect a date in UTC</br>The maximum gap between from and to data cannot be longer than 31 days
Filter to retrieve charges insights by the specified teamId
Filter to retrieve charges insights by the specified chargePointId
Filter to retrieve charges insights by the specified siteId
Filter to retrieve charges insights by the specified teamMemberId
Response
Charge insights for the given filter
Example response
{
"fromDate": "2023-11-01",
"toDate": "2023-11-01",
"title": "Completed charge sessions insights",
"operator": {
"id": 14,
"name": "Monta",
"identifier": "monta",
"partnerId": 1,
"vatNumber": "FOO-123-ABC"
},
"currency": {
"identifier": "dkk",
"name": "Danish krone",
"decimals": 2
},
"insights": [
{
"summary": {
"totalKwh": 10.5,
"totalPrice": 50,
"totalCost": 25
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.