GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "326b6aca-81a7-4e85-94ac-fb3a067f2d95",
    "TestID": "a5ee7313-3515-4bbf-a7a3-4389cc7d0566",
    "TestQuestionDefinitionID": "ce16d519-c669-4a48-8b16-e8c4f25a9e3f",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "326b6aca-81a7-4e85-94ac-fb3a067f2d95",
    "TestID": "a5ee7313-3515-4bbf-a7a3-4389cc7d0566",
    "TestQuestionDefinitionID": "ce16d519-c669-4a48-8b16-e8c4f25a9e3f",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "326b6aca-81a7-4e85-94ac-fb3a067f2d95",
    "TestID": "a5ee7313-3515-4bbf-a7a3-4389cc7d0566",
    "TestQuestionDefinitionID": "ce16d519-c669-4a48-8b16-e8c4f25a9e3f",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]