wds_ua_dendy
12 years agoAdept
An api for querying messages by tags
Is there way for querying forum messages by tags like we do this with labels?
/restapi/vc/search/messages?q=labels: (term1%20OR%20term2)
Found this one:
/restapi/vc/boards/id/PublicBoard/tagging/for/tags/text/tagName/messages
But it doesn't allow querying by more than one tag.
Have you tried this:
http://lithosphere.lithium.com/restapi/vc/search/messages?q=tags:%28freemarker%20OR%20SSO%29
Works for me :)