Search filter options

View as Markdown
Live search within filter values. Use filterKey to choose a filter, search to match values, and typeRecord to scope the eligible entity universe.

Authentication

X-Client-Secretstring

Client secret for read-only service-to-service access (no writes)

Query parameters

filterKeystringRequired

Filter key to search in (e.g. industry, tag)

searchstringRequired

Search keyword or phrase. Single characters valid; stop words rejected.

pageintegerOptional
Page index is fixed to 0 for filter search
sizeintegerOptional

The size of the page to be returned; filter-search default 20, maximum 100.

sortlist of stringsOptional
Sorting is not supported
typeRecordstringOptional
Filter by entity type

Response

OK
filterKeystring
Canonical filter key searched
resultlist of strings
Matching option values

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error