Inactive User
7 years agoGenerate list of Labels or Tags in a Board or Category
Is there a way in LiQL to generate a list of the labels and tags that are used (or allowed) in a given Board or Category?
I can't find a way to do this. I can tell if predefined or user labels are allowed, but I haven't been able to generate a list of them ... any ideas?
- Inactive User7 years ago
It looks like this can be done in API V1
http://yourcommunityurl/restapi/vc/categories/id/theategoryid/labels
http://yourcommunityurl/restapi/vc/categories/id/thecategoryid/tagging/for/tags/text/yourtagtext/tags/related/top/tagshttp://yourcommunityurl/restapi/vc/boards/id/theboardid/labels
etc..
RESOURCE: