Forum Discussion

Han's avatar
Han
Ace
7 years ago

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...
  • Parshant's avatar
    7 years ago

    Hanand ShaneP1

    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