GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "2403b3fb-f5f1-4d7a-9549-5755f734e68c",
    "TestID": "35204109-a7cb-45ea-b40c-2fc37e9c8bb9",
    "TestQuestionDefinitionID": "cf901140-c34f-41cf-8779-480c1fd53a20",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "2403b3fb-f5f1-4d7a-9549-5755f734e68c",
    "TestID": "35204109-a7cb-45ea-b40c-2fc37e9c8bb9",
    "TestQuestionDefinitionID": "cf901140-c34f-41cf-8779-480c1fd53a20",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "2403b3fb-f5f1-4d7a-9549-5755f734e68c",
    "TestID": "35204109-a7cb-45ea-b40c-2fc37e9c8bb9",
    "TestQuestionDefinitionID": "cf901140-c34f-41cf-8779-480c1fd53a20",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]