v1

latestOpenAPI 3.0.12026-07-26107181554.0 KB
Autocomplete

Suggests matching Identifier entities based on the query and entity_def_ids provided.

get/data/autocompletes

Query parameters

querystring required

Value to perform the autocomplete search with.

collection_idsstring[]

A comma separated list of collection ids to search against. Leaving this blank means it will search across all identifiers.

Entity defs can be constrained to specific facets by providing them as facet collections. Relationship collections will resolve to their underlying entity def.

limitinteger

Number of results to retrieve; default = 10, max = 25

Response

Results are identifiers matching the search query.

All 107 operations