GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "f6a51163-5beb-410c-8f13-c27def386882",
    "TestID": "c42fabef-591a-4db3-b395-f29cfedfd897",
    "TestQuestionDefinitionID": "5dfe4386-a072-4836-9969-18d48589c75a",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "f6a51163-5beb-410c-8f13-c27def386882",
    "TestID": "c42fabef-591a-4db3-b395-f29cfedfd897",
    "TestQuestionDefinitionID": "5dfe4386-a072-4836-9969-18d48589c75a",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "f6a51163-5beb-410c-8f13-c27def386882",
    "TestID": "c42fabef-591a-4db3-b395-f29cfedfd897",
    "TestQuestionDefinitionID": "5dfe4386-a072-4836-9969-18d48589c75a",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]