GET api/utils/executivetags Authentication required

Use this method to fetch all the executives tags available

Request

No URI or Body Parameter required

Response

Returns all the tags

Output : array of String

Ouput Sample

  • application/json, text/json :
  • [ "sample string 1", "sample string 2" ]
  • application/xml, text/xml :
  • <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>