POST api/AdminTest/AdmGetTestQA
AdmGetTestQA
Request Information
URI Parameters
None.
Body Parameters
GetQuestQAName | 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": "54011e4f-1719-4a17-a9b4-7b4e90ecb6da", "QuestionID": 1, "AnswerID": 1, "LanguageID": 1, "TestActive": true, "UserUUIDCur": "76740714-b1cc-4ab5-b165-fbae61df0cb9" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]