GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "2a4f8176-31d3-443d-80fe-e7ec86e4ca89",
    "TestID": "9e3164f4-9e14-4bff-8daa-866801c627f1",
    "TestQuestionDefinitionID": "2c72c192-1884-42a7-8546-e5437f442ee2",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "2a4f8176-31d3-443d-80fe-e7ec86e4ca89",
    "TestID": "9e3164f4-9e14-4bff-8daa-866801c627f1",
    "TestQuestionDefinitionID": "2c72c192-1884-42a7-8546-e5437f442ee2",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "2a4f8176-31d3-443d-80fe-e7ec86e4ca89",
    "TestID": "9e3164f4-9e14-4bff-8daa-866801c627f1",
    "TestQuestionDefinitionID": "2c72c192-1884-42a7-8546-e5437f442ee2",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]