List driver’s transactions
Returns a paginated list of Transaction objects that belong to the specified driver, sorted by creation date with the most recent transactions first.
Path Parameters
ID of the driver whose transactions you want to list.
Query Parameters
Maximum number of transactions to return (default 10).
1 <= x <= 100
Cursor for pagination; returns items after this transaction ID.
Cursor for pagination; returns items before this transaction ID.
Specifies related objects to expand in each transaction (for example, expand[]=charging_session
).
Body
Response
A dictionary with a data property that contains an array of up to limit Transaction objects for the specified driver, starting after Transaction starting_after. Each entry in data is a separate Transaction object. If no additional transactions are available, the array is empty.
The response is of type object
.