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": "8bf8b60e-6a16-4b60-ac2e-f697601cd6a6",
"QuestionID": 1,
"AnswerID": 1,
"LanguageID": 1,
"TestActive": true,
"UserUUIDCur": "7ac91dba-f88d-438c-9d6d-b42c0c904858"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]