GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "30efa054-ce38-4a13-a173-44a311ea6d49",
    "TestID": "cef38143-0500-427a-be9e-0c8fa31dbee5",
    "TestQuestionDefinitionID": "8d0b49d1-a71b-4b81-ab5c-6ac699da6ddd",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "30efa054-ce38-4a13-a173-44a311ea6d49",
    "TestID": "cef38143-0500-427a-be9e-0c8fa31dbee5",
    "TestQuestionDefinitionID": "8d0b49d1-a71b-4b81-ab5c-6ac699da6ddd",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "30efa054-ce38-4a13-a173-44a311ea6d49",
    "TestID": "cef38143-0500-427a-be9e-0c8fa31dbee5",
    "TestQuestionDefinitionID": "8d0b49d1-a71b-4b81-ab5c-6ac699da6ddd",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]