Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Settings
Meters > Chargee
Products
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Sites
Get all transactions
GET
/
api
/
v3
/
sites
/
{site_uuid}
/
transactions
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/transactions \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 1,
"charger_id": 9,
"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-05-03T03:13:48.000000Z",
"stopped_at": "2025-05-09T07:34:50.000000Z",
"stop_reason": "EVDisconnected",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
},
{
"id": 2,
"charger_id": 10,
"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-05-12T04:41:06.000000Z",
"stopped_at": "2025-05-28T03:56:17.000000Z",
"stop_reason": "Local",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.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
}
}
Authorizations
See the documentation for more information.
Path Parameters
Response
200 - application/json
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": 9,
"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-05-03T03:13:48.000000Z",
"stopped_at": "2025-05-09T07:34:50.000000Z",
"stop_reason": "EVDisconnected",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
},
{
"id": 2,
"charger_id": 10,
"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-05-12T04:41:06.000000Z",
"stopped_at": "2025-05-28T03:56:17.000000Z",
"stop_reason": "Local",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.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
}
}
Assistant
Responses are generated using AI and may contain mistakes.