GET api/UserRegistration/GetTagCategoryQuestionTexts
get the question text for each tag category
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GenericSimpleNameValueStringDTOName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "sample string 1", "Name": "sample string 2" }, { "Id": "sample string 1", "Name": "sample string 2" } ]