GET
/
v2
/
tolls
/

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Fleet-ID
integer

Query Parameters

limit
integer

Maximum number of toll records to return per page.

offset
integer

Starting point for the records to be displayed.

vehicle
integer[]

Filter by vehicle IDs. Multiple IDs are supported.

transponder
integer[]

Filter by transponder IDs. Multiple IDs are supported.

driver
integer[]

Filter by driver IDs. Multiple IDs are supported.

billing_status
string[]

Filter by the billing status. Multiple statuses can be specified.

amount_min
number

Set a minimum toll amount for transaction filtering.

amount_max
number

Set a maximum toll amount for transaction filtering.

transaction_date_gte
string

Filter by the start date of the transaction range. Format YYYY-MM-DD.

transaction_date_lte
string

Filter by the end date of the transaction range. Format YYYY-MM-DD.

posting_date_gte
string

Filter by the start date of the posting date range. Format YYYY-MM-DD.

posting_date_lte
string

Filter by the end date of the posting date range. Format YYYY-MM-DD.

exit_time
string

Filter by the time of exit from the toll plaza. Format HH:MM:SS.

violation
boolean

Filter transactions based on whether they are marked as a violation (true/false).

is_billed
boolean

Filter transactions based on their billing status (true/false).

vehicle_plate_number
string

Filter by vehicle plate number.

vehicle_plate_state
string

Filter by vehicle plate state.

vehicle_vehicle_number
string

Filter by vehicle number.

search
string

Conduct a text search within the transaction records.

ordering
string

Specify the order of the returned records. Options include transaction_date, -transaction_date, posting_date, -posting_date, exit_time, -exit_time.

Response

200 - application/json
count
integer
next
string
previous
string
results
object[]