Authorizations
See the documentation for more information.
Path Parameters
Response
200 - application/json
Example:
[
{
"id": 1,
"charger_id": 15,
"charger_connector_id": 4,
"reservation_id": 8760,
"id_tag": "BZLF2364",
"meter_start": 36374,
"meter_stop": 37093,
"total_kwh": "0.72",
"start_cost": "0.0000",
"kwh_cost": "0.0000",
"total_kwh_cost": "0.0000",
"total_cost": "0.00",
"started_at": "2025-10-21T02:23:29.000000Z",
"stopped_at": "2025-10-30T22:48:55.000000Z",
"stop_reason": "Remote",
"created_at": "2025-11-19T15:28:22.000000Z",
"updated_at": "2025-11-19T15:28:22.000000Z"
},
{
"id": 2,
"charger_id": 16,
"charger_connector_id": 5,
"reservation_id": 7160,
"id_tag": "UFUI7638",
"meter_start": 29420,
"meter_stop": 39410,
"total_kwh": "9.99",
"start_cost": "0.0000",
"kwh_cost": "0.0000",
"total_kwh_cost": "0.0000",
"total_cost": "0.00",
"started_at": "2025-11-14T18:16:16.000000Z",
"stopped_at": "2025-11-19T07:32:20.000000Z",
"stop_reason": "PowerLoss",
"created_at": "2025-11-19T15:28:22.000000Z",
"updated_at": "2025-11-19T15:28:22.000000Z"
}
]