aheffernan
10 years agoContributor
How do I find a Tag in the XML
Hello,
I am using this end point restapi/vc/threads/id/121427
I get everything I need out of the XML that is returned, except for the tag that is associated with the post.
Does anyone know how to access tags associated with a thread?
Andrew
- aheffernan - You'll need to make a separate call for this. Try - /restapi/vc/messages/id/121427/tagging/tags/all
I hope this helps.