Hi,
I am new to asana api .Want to search in workspace using typeahead. How to use typeahead in batch api?
Any help is appreciated. Thanks!
Hi @Ankita_Sawasher!
Could I ask your use case?
You can find our typeahead docs here: Asana
And our Batch API docs here: Asana
For most typeahead workflows, you wouldn’t want to use the batch API as well, so I’m curious if your process calls for it.
2 Likes
Hi,
Thanks for response
In my case, I am iterating set of tasks(fetching from database) for creation,having assignee field optional . If assignee is mentioned , need to fetch assignee id via typeahead. How can I use typeahead in batch api for multiple tasks?
1 Like