Typeahead search on Accounts for a Company with with Capacity Data
Typeahead search against the name property on Accounts for a Company.
Unlike the standard typeahead, this endpoint includes additional fields with capacity data.
Additionally, this endpoint automatically filters to:
- Connnected Accoubts
- Vendor-type Accounts
- Accounts that are currently scheduled on
The availability filter can be set to true/false to only include Accounts that are scheduled on or off for the date specified. If no date is specified then the current day is used.
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
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 based on record availability based on the date parameter/filter, defaulting to the current day.
Show all records. Deprecated in favor of filter[availability]
Filter by Label IDs. Returns records that have ANY of the specified labels (OR logic).
The date to query for regarding capacity. In YYYY-MM-DD format.
Response
OK