GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "69320ed2-9aec-4505-b13c-595cfca5cfd2",
    "TestID": "298e78ee-1140-47b2-b12b-85a7f3372093",
    "TestQuestionDefinitionID": "63878a10-5322-42f9-882c-8e7fb3bb5ce5",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "69320ed2-9aec-4505-b13c-595cfca5cfd2",
    "TestID": "298e78ee-1140-47b2-b12b-85a7f3372093",
    "TestQuestionDefinitionID": "63878a10-5322-42f9-882c-8e7fb3bb5ce5",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "69320ed2-9aec-4505-b13c-595cfca5cfd2",
    "TestID": "298e78ee-1140-47b2-b12b-85a7f3372093",
    "TestQuestionDefinitionID": "63878a10-5322-42f9-882c-8e7fb3bb5ce5",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]