dongpu8935 2015-07-17 07:01
浏览 38
已采纳

如何通过asana api获取其名称的标签ID?

I want asana tag id if i provide tag name via asana api call. Is there any method from which i can directly achieve this?

Alternative, i can get all the tags in workspace and filter through it matching with my id but this will be long process.

Any method like getTagID(tagName) ?? yes i can get reverse of this getTag(tagId)

FYI, i am using php wrapper for asana api (https://github.com/ajimix/asana-api-php-class)

Thanks.

  • 写回答

2条回答 默认 最新

  • dpa55065 2015-07-17 19:28
    关注

    Try the Typeahead API - it lets you search of items in Asana (like tags) by text. (Since you could have multiple tags with the same name, we can't just do getTagID(tagName) but this is pretty close.)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?