Forum Discussion
YuriK
11 years agoKhoros Expert
Hey kc,
We have many different tagging APIs. For your specific questions you should take a look at the following pages.
- For getting information about tags used in a board look at Board.tagging (the /tagging/tags/all call will get you all tags applied to any message on a board)
- For getting information about tags on a message look at Message.tagging
- Adding and removing tags can be done using /tagging/tags/add and /tagging/tags/remove, which you can see here Message.taggin
- I don't believe we currently support getting specific timestamps of tag events via Rest API, but you can tags ordered by recency using the tagging/tags/recent call Messages.tagging.recent. Also you can get tags that a specific user has added using the /tags/for/users/id/[user_id] filter.
Hope this helps,
Yuri
Related Content
- 2 years ago