Authorizations
See the documentation for more information.
Path Parameters
Response
200 - application/json
Example:
[
{
"id": 1,
"charger_id": 13,
"charger_connector_id": 4,
"reservation_id": 5719,
"id_tag": "WRSI4902",
"meter_start": 34891,
"meter_stop": 44009,
"total_kwh": "9.12",
"start_cost": "0.0000",
"kwh_cost": "0.0000",
"total_kwh_cost": "0.0000",
"total_cost": "0.00",
"started_at": "2025-09-05T21:32:12.000000Z",
"stopped_at": "2025-09-19T14:24:41.000000Z",
"stop_reason": "EVDisconnected",
"created_at": "2025-09-25T07:17:35.000000Z",
"updated_at": "2025-09-25T07:17:35.000000Z"
},
{
"id": 2,
"charger_id": 14,
"charger_connector_id": 5,
"reservation_id": 8227,
"id_tag": "VLXJ2316",
"meter_start": 17442,
"meter_stop": 26587,
"total_kwh": "9.15",
"start_cost": "0.0000",
"kwh_cost": "0.0000",
"total_kwh_cost": "0.0000",
"total_cost": "0.00",
"started_at": "2025-09-22T22:59:51.000000Z",
"stopped_at": "2025-09-25T01:31:20.000000Z",
"stop_reason": "Local",
"created_at": "2025-09-25T07:17:35.000000Z",
"updated_at": "2025-09-25T07:17:35.000000Z"
}
]