List Transactions
Transactions
List Transactions
GET
List Transactions
Returns a paginated list of transactions for all chargers at a specific location. Includes the total energy consumption across the location.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 location.
Maximum number of transactions to return. Between 1 and 10,000.
Filter by transaction status. One of
active or finished.Filter by a specific charger UUID.
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. May be
null.Whether the transaction is considered valid.
The charger associated with this transaction.
The connector used for this transaction.
ISO 8601 timestamp of when the transaction record was created.
ISO 8601 timestamp of when the transaction record was last updated.
The total energy consumption in kWh across all chargers at the location.