Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

field

The field ID to auto-complete.

You can also specify the field in the body JSON, see below.

If you do not specify the "field" in any place, the system chooses a default (first auto complete enabled field)

Optional, string?

 

Parameters Request body parameters are included as JSON in the request body:

...

JSON formatted:

prefixThe text to auto-complete. The text must contain at least 1 character.Mandatory, string
field

The field ID to auto-complete.

Drop parameter to query the default auto-completion field.

Optional, string?
skipOptional. Used with paginating auto-completion results. Default: 0Optional, int?
takeOptional. The maximum amount of items to retrieve. Default: 15. Maximum: 100.Optional, int?

 

RESULTS

The method returns a JSON array of matching elements. Each element has these properties:

...