Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top