Liam
12 years agoExpert
Getting tags for message?
I've managed to get even more familiar with the REST API now, but how would I go about getting tags for a message?
Ideally this should be part of the message, but it appears it isn't passed with it...
Liam
From a Message object, you can use the "tagging" method to get a Message Tag Context, to which you can chain a variety of different methods to get various information about the tags for that particular message. For example:
/restapi/vc/messages/id/2141/tagging/tags/all
Check out this page for additional information on how to get all of the tags for a particular message:
From that page, you can see the other methods available as well.