POST api/AdminTest/AdmGetTestQA

AdmGetTestQA

Request Information

URI Parameters

None.

Body Parameters

GetQuestQA
NameDescriptionTypeAdditional 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": "518e43bc-066b-4dc8-81d5-bb1fffad1eec",
  "QuestionID": 1,
  "AnswerID": 1,
  "LanguageID": 1,
  "TestActive": true,
  "UserUUIDCur": "754171db-603a-4ee4-91f2-66abafb19988"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]