curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/transactions \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"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-06-09T03:56:31.000000Z",
"stopped_at": "2025-06-15T08:17:33.000000Z",
"stop_reason": "EVDisconnected",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.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-06-18T05:23:49.000000Z",
"stopped_at": "2025-07-04T04:39:00.000000Z",
"stop_reason": "Local",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
],
"links": {
"first": "/?page=1",
"last": null,
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"current_page_url": "/?page=1",
"from": 1,
"path": "/",
"per_page": 25,
"to": 2
}
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/transactions \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"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-06-09T03:56:31.000000Z",
"stopped_at": "2025-06-15T08:17:33.000000Z",
"stop_reason": "EVDisconnected",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.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-06-18T05:23:49.000000Z",
"stopped_at": "2025-07-04T04:39:00.000000Z",
"stop_reason": "Local",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
],
"links": {
"first": "/?page=1",
"last": null,
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"current_page_url": "/?page=1",
"from": 1,
"path": "/",
"per_page": 25,
"to": 2
}
}