List Team Transactions
Transactions
List Team Transactions
GET
List Team Transactions
Returns a paginated list of transactions across all chargers the team has sensitive access to. Uses cursor-based pagination (simple pagination) for infinite scroll support.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 team.
Filter by transaction status. One of
active or finished.Search by transaction ID (numeric), Card UID, or Chargepoint ID.
Sort field. One of
started_at, stopped_at, total_kwh, meter_start, or meter_stop. Prefix with - for descending order. Defaults to -started_at.Page number for pagination. 25 results per page.
Response
Array of transaction objects.
Available filter options.