GET api/Vendor/GetSurveyTopic

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "SurveyTopic": "sample string 2"
  },
  {
    "ID": 1,
    "SurveyTopic": "sample string 2"
  }
]