Datapoints
Get transactions
Get the transactions of the charger
GET
Authorizations
See the documentation for more information.
Path Parameters
The ID of the team.
The ID of the charger.
Body
application/json
Must be a valid date in the format <code>Y-m-d H:i:s</code>. This field is required when <code>date_to</code> is present.
Example:
"2025-03-12 13:49:24"
Must be a valid date in the format <code>Y-m-d H:i:s</code>. This field is required when <code>date_from</code> is present.
Example:
"2025-03-12 13:49:24"
Must not be greater than 10000.
Example:
1
Available options:
desc
, asc
Example:
"desc"
Response
200 - application/json
Example:
[
{
"id": null,
"charger_id": null,
"charger_connector_id": null,
"reservation_id": null,
"id_tag": null,
"meter_start": null,
"meter_stop": null,
"total_kwh": "0.00",
"start_cost": null,
"kwh_cost": null,
"total_kwh_cost": null,
"total_cost": null,
"started_at": null,
"stopped_at": null,
"stop_reason": null,
"created_at": null,
"updated_at": null
},
{
"id": null,
"charger_id": null,
"charger_connector_id": null,
"reservation_id": null,
"id_tag": null,
"meter_start": null,
"meter_stop": null,
"total_kwh": "0.00",
"start_cost": null,
"kwh_cost": null,
"total_kwh_cost": null,
"total_cost": null,
"started_at": null,
"stopped_at": null,
"stop_reason": null,
"created_at": null,
"updated_at": null
}
]
Was this page helpful?