get https://{siteUrl}/rule_action_typeahead_url_path_placeholder
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.