List
Returns a list of tolls.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Query Parameters
Maximum number of toll records to return per page.
Starting point for the records to be displayed.
Filter by vehicle IDs. Multiple IDs are supported.
Filter by transponder IDs. Multiple IDs are supported.
Filter by driver IDs. Multiple IDs are supported.
Filter by the billing status. Multiple statuses can be specified.
Set a minimum toll amount for transaction filtering.
Set a maximum toll amount for transaction filtering.
Filter by the start date of the transaction range. Format YYYY-MM-DD.
Filter by the end date of the transaction range. Format YYYY-MM-DD.
Filter by the start date of the posting date range. Format YYYY-MM-DD.
Filter by the end date of the posting date range. Format YYYY-MM-DD.
Filter by the time of exit from the toll plaza. Format HH:MM:SS.
Filter transactions based on whether they are marked as a violation (true/false).
Filter transactions based on their billing status (true/false).
Filter by vehicle plate number.
Filter by vehicle plate state.
Filter by vehicle number.
Conduct a text search within the transaction records.
Specify the order of the returned records. Options include transaction_date, -transaction_date, posting_date, -posting_date, exit_time, -exit_time.