Forum Discussion
srujanayeruvaka
8 years agoChampion
Hi shravani,
Do you mean custom tags added from Admin -> Mod Tools -> Custom Tags?
If yes, then I don't think there is a V1 API to retrieve these. However, you could use V2 API to fetch custom tags associated with a message. But, at this time, a LiQL query of the custom_tag collection must be constrained by a single message ID. For example:
SELECT * FROM custom_tags WHERE messages.id='nnn'
You may have to make multiple calls for all message and get the list, but this still does not give you all the custom tags. It only gives what have been used in the posts.
Hope this helps!
Thanks,
Srujana.
shravani
8 years agoGuide
Related Content
- 2 years ago
- 2 years ago
- 2 years ago