GET api/HSV/GetSurveyTopic
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of API_GetSurveyTopic_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SurveyTopic | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"SurveyTopic": "sample string 2"
},
{
"ID": 1,
"SurveyTopic": "sample string 2"
}
]