GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "a191a2ea-7f36-4dad-83d6-2a38dd834765",
    "TestID": "d16abd25-0665-4a0d-b430-e420b7ff01fd",
    "TestQuestionDefinitionID": "60834266-0e55-4d77-b2d7-6e77349e290b",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "a191a2ea-7f36-4dad-83d6-2a38dd834765",
    "TestID": "d16abd25-0665-4a0d-b430-e420b7ff01fd",
    "TestQuestionDefinitionID": "60834266-0e55-4d77-b2d7-6e77349e290b",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "a191a2ea-7f36-4dad-83d6-2a38dd834765",
    "TestID": "d16abd25-0665-4a0d-b430-e420b7ff01fd",
    "TestQuestionDefinitionID": "60834266-0e55-4d77-b2d7-6e77349e290b",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]