Skip to main content
GET
Get Transaction Graph
Returns energy, current, and voltage graph data for a specific transaction. Data points are sampled to a maximum of 200 points.
charger
string
required
The UUID of the charger.
transaction
integer
required
The ID of the transaction.

Response

energy
object[]
Energy consumption data points over time.
current
object[]
Current data points over time per phase.
voltage
object[]
Voltage data points over time per phase.
soc
object[]
State of charge data points over time. Empty when the charger does not report state of charge.