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

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -