POST api/AdminTest/AdmGetTestQA
AdmGetTestQA
Request Information
URI Parameters
None.
Body Parameters
GetQuestQA| Name | Description | Type | Additional information |
|---|---|---|---|
| TestUUID | globally unique identifier |
None. |
|
| QuestionID | integer |
None. |
|
| AnswerID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| TestActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TestUUID": "9f730e36-15b2-4b1e-b662-6568d13dda51",
"QuestionID": 1,
"AnswerID": 1,
"LanguageID": 1,
"TestActive": true,
"UserUUIDCur": "688aef11-93dc-4e1d-a883-16b71fe6fed4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]