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": "3b793506-0567-4548-a6b3-d83f401ceed4",
"QuestionID": 1,
"AnswerID": 1,
"LanguageID": 1,
"TestActive": true,
"UserUUIDCur": "a53be1c8-ff91-4056-a125-4f3bb9008956"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]