php - How to get tag id by its name via asana api? -


i want asana tag id if provide tag name via asana api call. there method can directly achieve this?

alternative, can tags in workspace , filter through matching id long process.

any method gettagid(tagname) ?? yes can reverse of gettag(tagid)

fyi, using php wrapper asana api (https://github.com/ajimix/asana-api-php-class)

thanks.

try typeahead api - lets search of items in asana (like tags) text. (since could have multiple tags same name, can't gettagid(tagname) pretty close.)


Comments