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": "14cca38f-f2ba-41bb-ae92-8f84f8d31f2b",
"QuestionID": 1,
"AnswerID": 1,
"LanguageID": 1,
"TestActive": true,
"UserUUIDCur": "7bd41b67-93af-4285-b1a6-d299468d4538"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]