GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "1a668e8f-affe-400d-bc56-5963b87d3d21",
    "TestID": "d5803bfd-f81c-4681-9652-34325cb9c9ce",
    "TestQuestionDefinitionID": "5d43bf9a-5fb1-4be9-b89c-ae87607927b8",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "1a668e8f-affe-400d-bc56-5963b87d3d21",
    "TestID": "d5803bfd-f81c-4681-9652-34325cb9c9ce",
    "TestQuestionDefinitionID": "5d43bf9a-5fb1-4be9-b89c-ae87607927b8",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "1a668e8f-affe-400d-bc56-5963b87d3d21",
    "TestID": "d5803bfd-f81c-4681-9652-34325cb9c9ce",
    "TestQuestionDefinitionID": "5d43bf9a-5fb1-4be9-b89c-ae87607927b8",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]