Hi!
Is it possible to search a task with the API by a custom field value? For instance, search by emp number.
Thanks!
Hi!
Is it possible to search a task with the API by a custom field value? For instance, search by emp number.
Thanks!
Have a look at the api documentation especially the part about search, pretty sure that exists!
Exactly as @Bastien_Siebman says, you can do it via the Search API:
https://developers.asana.com/docs/#search-tasks-in-a-workspace
Thanks you! very helpful!