Truck List
Retrieves a paginated list of active trucks, including their unit number, plate number, VIN, make, model, year, status, state, and assigned driver/co-driver.
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.
"unit_number"
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\":\"status\",\"value\":\"Active\",\"contains\":\"is\"}]"