Forum Discussion
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_shind11 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
- VarunGrazitti11 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.- NicoB11 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_shind11 years agoExpert
HI grazitti,
I am referring to the custom tags which are shown in the following link.
http://community.lithium.com/t5/Custom-tags/Using-the-REST-API-with-Custom-Tags/ta-p/39908
Thanks,
Vishwajit