How can I get the all the tag data with each task from the asana api? -


currently can tag id through opt_fields when getting list of tasks, not listed option, question is, there anyway more id back?

thanks

use more value tags in opt_fields:

get id - tags, name - tags.name, color - tags.color , etc.

simple: ?opt_fields=tags,tags.name,tags.color


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -