Transactions
List Transactions
Returns a paginated list of transaction objects for your account, sorted by creation date with the most recent transactions first. Use
driver or fleet to scope results.
Parameters
Limit results to transactions associated with this driver.
Limit results to transactions associated with this fleet.
Maximum number of objects to return (default 10).
Page token from a previous list response.
Returns
Returns a page of transactions.Array of transaction objects.
URL for the next page of results, or
null when there is no next page.URL for the previous page of results, or
null when there is no previous page.
