Entities

autocomplete

Autocomplete entity attributes

get/v1/entity:autocomplete

Query parameters

inputstring

Input to autocomplete

attributestring required
Example:_tags

Autocomplete attribute

slugstring

URL-friendly identifier for the entity schema

Example:contact

Limit results to entity schema

sizeinteger

Maximum number of results to return

Response

Success

hitsnumber

Example response

{
  "hits": 1,
  "results": [
    "value"
  ]
}

Changes