List Transactions
Transactions
List Transactions
GET
List Transactions
Returns a paginated list of transactions for a specific charger.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
The UUID of the charger.
Maximum number of transactions to return. Between 1 and 10,000.
Filter by transaction status. One of
active or finished.Filter transactions started from this date. ISO 8601 date format.
Filter transactions stopped until this date. Must be after or equal to
filter[started_from]. ISO 8601 date format.Response
The transaction ID.
The ID of the charger.
The ID of the connector used.
The reservation ID, if applicable. May be
null.The RFID tag or token used to authorize the transaction.
The meter reading at the start of the transaction in Wh.
The meter reading at the end of the transaction in Wh. May be
null for active transactions.The total energy consumed in kWh.
ISO 8601 timestamp of when the transaction started.
ISO 8601 timestamp of when the transaction stopped. May be
null for active transactions.The reason the transaction was stopped (e.g.,
Remote, EVDisconnected). May be null.Whether the transaction is considered valid.
ISO 8601 timestamp of when the transaction record was created.
ISO 8601 timestamp of when the transaction record was last updated.