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

StackOverflow https://stackoverflow.com/questions/18405780

  •  26-06-2022
  •  | 
  •  

문제

Currently I can get the tag id through opt_fields when getting a list of all tasks, which was not listed as an option, so my question is, is there anyway to get more than just the id back?

Thanks

도움이 되었습니까?

해결책

Use more value for tags in opt_fields:

Get ID - tags, Get Name - tags.name, Get Color - tags.color and etc.

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top