Fleets
List Fleets
Returns a paginated list of fleet objects. Filter by
status, driver, or vehicle, then follow the returned page URLs to continue through the result set.
Parameters
Limit results to fleets linked to this driver.
Maximum number of objects to return (default 10).
Page token from a previous list response.
Limit results to fleets with this status.Available options:
active, suspended, archivedLimit results to fleets linked to this vehicle.
Returns
Returns a page of fleets.Array of fleet objects.
URL for the next page of results, or
null when there is no next page.URL for the previous page of results, or
null when there is no previous page.
