GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "4287cc0a-86e8-4194-90fa-42f5fa071041",
    "TestID": "ee706771-d878-4b92-a028-2abbc33cad15",
    "TestQuestionDefinitionID": "e2788278-6d71-481c-85d1-8998d4827f7b",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "4287cc0a-86e8-4194-90fa-42f5fa071041",
    "TestID": "ee706771-d878-4b92-a028-2abbc33cad15",
    "TestQuestionDefinitionID": "e2788278-6d71-481c-85d1-8998d4827f7b",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "4287cc0a-86e8-4194-90fa-42f5fa071041",
    "TestID": "ee706771-d878-4b92-a028-2abbc33cad15",
    "TestQuestionDefinitionID": "e2788278-6d71-481c-85d1-8998d4827f7b",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]