Han
7 years agoAce
Retrieve custom tags from post
Hi All, I would like to be able to access the custom tags for a forum message by message id. I have been trying to access with the meta api call, but not sure how to get the correct key to ret...
- 7 years ago
You can use below API to fetch list of all metadata keys of custom tags from a message. Change message id "1271" with your respective post messages id in code.
http://community.lithium.com/community-name/restapi/vc/messages/id/1271/metadata/entries
After getting all the keys you can pass this to API V1 or V2 to get all the information regarding message or custom tags