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

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

python - Received unregistered task using Celery with Django -