Get rule action typeahead results

Note: The path is a placeholder. The actual path is determined by the configuration of the app component.

In a rule action typeahead form field, this operation gets typeahead results to render as a dropdown list. Typeahead results are limited to 50 items.

When the user types into a rule action form field, Asana will send a request containing the entered string to the application's typeahead_url. The list of TypeaheadItems in the response will then be rendered in a dropdown list.


App components rule typeahead request flow

Language
URL