Forum Discussion
VarunGrazitti
12 years agoBoss
Hi @vishwajit_shind - You can use following REST call to fetch the tags accross the community
/restapi/vc/tagging/tags/all
Other tag related calls
Please note, all the tags are custom, there are no predefined tags in lithium.
vishwajit_shind
12 years agoExpert
Hi grazitti,
The API you referred to are for the 'classical' tags that everyone can see.
Will I be able to fetch the custom tag using the above provided REST API.
Thanks,
Vishwajit
- VarunGrazitti12 years agoBossYou are referring to these https://community.lithium.com/t5/Custom-tags/About-custom-tags/ta-p/35452
I didn't find any API to fetch these, you can contact lithium support for more info on this.- NicoB12 years agoLithium Alumni (Retired)
Hi,
custom tags are stored internally as metadata fields against the message entity so all the API available to metadata are applicable to custom tags.
I don't think you can query for all metadata attached to a message. You need to know the metadata key in order to query for its value.
Thanks,
Nico - vishwajit_shind12 years agoExpert
Sure... Thanks a lot!!!