Forum Discussion
AdamN
13 years agoKhoros Oracle
Hi nfoulet,
If you have the REST API documentation handy (http://lithosphere.lithium.com/t5/Documentation-TKB/Admin-Guide-REST-API-JavaDocs/ta-p/5966), I'd suggest checking out the CommunityTaggingContext class. In that class there is a for/tags/text/tag_text method which allows you to restrict the context to messages with the specified text. For example:
http://community.lithium.com/community-name/restapi/vc/tagging/for/tags/text/toto
This method returns a GenericTaggingContext object which allows you to further customize your request. If you check out the documentation for that class, you'll notice there is a messages/recent method which will give you the most recent messages for the specified tagging context. So putting it all together, your request might look like:
http://community.lithium.com/community-name/restapi/vc/tagging/for/tags/text/toto/messages/recent
I hope this helps!
Related Content
- 2 months ago
- 6 years ago
- 7 years ago