Developers

AutocompleterData

autocompleterData

Use this method to return a value for dynamic settings marked as autocompletable, or visible in the typeahead autocomplete. This can be done in the App from the Settings > Dynamic tab.

Usage

client.autocompleterData();

Response

The response will be an array with the data.

Example
var autocompleterData = client.autocompleterData();