POST api/AdminTest/AdmGetTestQuestion
AdmGetTestQuestion
Request Information
URI Parameters
None.
Body Parameters
GetQuestQuestion| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestionID | integer |
None. |
|
| Question | string |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuestionID": 1,
"Question": "sample string 1",
"LanguageID": 1,
"UserUUIDCur": "899c6a86-4bff-4685-bc29-59f4eca63ea2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]