GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "76d56cc8-9285-44ef-9409-61c9e8551f6a",
    "TestID": "28322904-e99b-4cd6-abd6-568a43a0a498",
    "TestQuestionDefinitionID": "7fa897bb-7e03-4101-a188-e3e991609591",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "76d56cc8-9285-44ef-9409-61c9e8551f6a",
    "TestID": "28322904-e99b-4cd6-abd6-568a43a0a498",
    "TestQuestionDefinitionID": "7fa897bb-7e03-4101-a188-e3e991609591",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "76d56cc8-9285-44ef-9409-61c9e8551f6a",
    "TestID": "28322904-e99b-4cd6-abd6-568a43a0a498",
    "TestQuestionDefinitionID": "7fa897bb-7e03-4101-a188-e3e991609591",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]