GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "bd37da9f-8b73-47d5-9821-3f69c4495b4c",
    "TestID": "39a4505b-d4e4-4d3f-80f4-6eac5a9d0257",
    "TestQuestionDefinitionID": "ee83535a-4f29-4746-9b88-56a4a39fcb83",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "bd37da9f-8b73-47d5-9821-3f69c4495b4c",
    "TestID": "39a4505b-d4e4-4d3f-80f4-6eac5a9d0257",
    "TestQuestionDefinitionID": "ee83535a-4f29-4746-9b88-56a4a39fcb83",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "bd37da9f-8b73-47d5-9821-3f69c4495b4c",
    "TestID": "39a4505b-d4e4-4d3f-80f4-6eac5a9d0257",
    "TestQuestionDefinitionID": "ee83535a-4f29-4746-9b88-56a4a39fcb83",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]