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": "83ff3281-4cfb-423f-a3cd-b18c16868fa0", "QuestionID": 1, "AnswerID": 1, "LanguageID": 1, "TestActive": true, "UserUUIDCur": "e4272c26-433c-4d8c-9f3b-cf3f3b217ada" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]