Vehicles
List Vehicles
Returns a paginated list of vehicle objects. Use
driver to scope results to vehicles attached to a specific driver, or fleet to scope results to one fleet.
Parameters
string
Limit results to vehicles attached to this driver.
string
Limit results to vehicles attached to this fleet.
integer
Maximum number of objects to return (default 10).
string
Page token from a previous list response.
Returns
Returns a page of vehicles.array of object
required
Array of vehicle objects.
string | null
required
URL for the next page of results, or
null when there is no next page.string | null
required
URL for the previous page of results, or
null when there is no previous page.
