GET api/utils/technographicaltags Authentication required
Use this method to fetch all the technographical tags available
Request
No URI or Body Parameter required
Response
Returns all the tags
Output : array of StringOuput Sample
[
"sample string 1",
"sample string 2"
]
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<string>sample string 1</string>
<string>sample string 2</string>
</ArrayOfstring>