Typeahead search on Drivers for a Managed Company
Typeahead search against the first_name and last_name properties on Drivers for a managed company. This includes both drivers owned by the managed company and drivers shared with the managed company.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.
"en"
Path Parameters
Managing Company ID
Managed Company ID
Query Parameters
The maximum number of paginated results to return
x <= 100The cursor to start paginating after
The cursor to stop paginating at
Search string for queries
Filter shared CompanyShareable models
Filter dispatchable CompanyShareable models
Single Date Filter
Filter based on record availability based on the date parameter/filter, defaulting to the current day.
Filter based on record expiry. Default is null, which means all records are returned, true will omit non-expiring records, false will omit expiring records.
Show all records. Deprecated in favor of filter[availability]
CompanyType enum filter. See CompanyType enum for accepted values.
Filter by Label IDs. Returns records that have ANY of the specified labels (OR logic).
Response
OK