GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "e04a9d6d-7cb9-4765-a7a6-8ff88f58e58b",
    "TestID": "6cd3f285-0921-4f9b-b5f5-338273012d36",
    "TestQuestionDefinitionID": "5229a03a-33f8-4288-9877-e9ec5513b81b",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "e04a9d6d-7cb9-4765-a7a6-8ff88f58e58b",
    "TestID": "6cd3f285-0921-4f9b-b5f5-338273012d36",
    "TestQuestionDefinitionID": "5229a03a-33f8-4288-9877-e9ec5513b81b",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "e04a9d6d-7cb9-4765-a7a6-8ff88f58e58b",
    "TestID": "6cd3f285-0921-4f9b-b5f5-338273012d36",
    "TestQuestionDefinitionID": "5229a03a-33f8-4288-9877-e9ec5513b81b",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]