GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "53b6eaa3-c5ac-40d2-ad5c-7dc14ccf2f2d",
    "TestID": "fcd9eaf0-0838-406a-a4b8-49aa5f7232c5",
    "TestQuestionDefinitionID": "956cc671-8844-4ea8-bf85-f92cda2d7148",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "53b6eaa3-c5ac-40d2-ad5c-7dc14ccf2f2d",
    "TestID": "fcd9eaf0-0838-406a-a4b8-49aa5f7232c5",
    "TestQuestionDefinitionID": "956cc671-8844-4ea8-bf85-f92cda2d7148",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "53b6eaa3-c5ac-40d2-ad5c-7dc14ccf2f2d",
    "TestID": "fcd9eaf0-0838-406a-a4b8-49aa5f7232c5",
    "TestQuestionDefinitionID": "956cc671-8844-4ea8-bf85-f92cda2d7148",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]