GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "b6252529-ab95-4070-9bc7-30c45c9d93ee",
    "TestID": "b7696f32-ca87-48c7-b440-969c46c20079",
    "TestQuestionDefinitionID": "859cb3b2-c042-4a5c-9677-618d9bce75b9",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "b6252529-ab95-4070-9bc7-30c45c9d93ee",
    "TestID": "b7696f32-ca87-48c7-b440-969c46c20079",
    "TestQuestionDefinitionID": "859cb3b2-c042-4a5c-9677-618d9bce75b9",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "b6252529-ab95-4070-9bc7-30c45c9d93ee",
    "TestID": "b7696f32-ca87-48c7-b440-969c46c20079",
    "TestQuestionDefinitionID": "859cb3b2-c042-4a5c-9677-618d9bce75b9",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]