GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "99a0c1b2-0879-4476-9b05-f1ed41277271",
    "TestID": "867f5e77-8a5e-4f6e-b2c5-93c0534718c3",
    "TestQuestionDefinitionID": "bd142d46-1d70-452f-a6f5-18a1ab38dc78",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "99a0c1b2-0879-4476-9b05-f1ed41277271",
    "TestID": "867f5e77-8a5e-4f6e-b2c5-93c0534718c3",
    "TestQuestionDefinitionID": "bd142d46-1d70-452f-a6f5-18a1ab38dc78",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "99a0c1b2-0879-4476-9b05-f1ed41277271",
    "TestID": "867f5e77-8a5e-4f6e-b2c5-93c0534718c3",
    "TestQuestionDefinitionID": "bd142d46-1d70-452f-a6f5-18a1ab38dc78",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]