GET api/LoginReg?tp={tp}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tp | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Question_List| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestionsType | integer |
None. |
|
| QuestionsContent | string |
None. |
|
| Data | Collection of Question_Model |
None. |
Response Formats
application/json, text/json
Sample:
{
"QuestionsType": 1,
"QuestionsContent": "sample string 2",
"Data": [
{
"Answercontent": "sample string 1",
"iserr": 2
},
{
"Answercontent": "sample string 1",
"iserr": 2
}
]
}