GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "e5008569-4df6-468a-abcb-9003e05e65e3",
    "TestID": "0fa7379b-806b-42d9-9597-215187c07619",
    "TestQuestionDefinitionID": "6a00fcef-33b3-477c-96e7-d9ac067b757b",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "e5008569-4df6-468a-abcb-9003e05e65e3",
    "TestID": "0fa7379b-806b-42d9-9597-215187c07619",
    "TestQuestionDefinitionID": "6a00fcef-33b3-477c-96e7-d9ac067b757b",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "e5008569-4df6-468a-abcb-9003e05e65e3",
    "TestID": "0fa7379b-806b-42d9-9597-215187c07619",
    "TestQuestionDefinitionID": "6a00fcef-33b3-477c-96e7-d9ac067b757b",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]