Driver List
Retrieves a paginated list of active drivers, including their truck, trailer, dispatcher, team driver, payment tariff, and emergency contact details.
Authorizations
Query Parameters
Page number for paginated results.
1
Number of results per page (max 25, default 10).
x <= 2510
ORM field path to order by. Prefix with - for descending.
"account__last_name"
JSON-encoded array of filter objects. Each object has column, value, and contains (operator). Supported operators: is, is_not, is_in, is_not_in, contains, before, after, greater_than, less_than, between, between_datetime, isnull, today, exclude, exclude_in.
"[{\"column\":\"driver_type\",\"value\":\"Owner Operator\",\"contains\":\"is\"}]"