GET api/TestQuestions

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "44b3ce18-8047-4664-b6e5-80afc77cf76b",
    "TestID": "bb571564-3ca8-46bc-9e15-9f010a62aa2d",
    "TestQuestionDefinitionID": "31801267-1f6e-4c09-bdbc-91157ddc66d6",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "44b3ce18-8047-4664-b6e5-80afc77cf76b",
    "TestID": "bb571564-3ca8-46bc-9e15-9f010a62aa2d",
    "TestQuestionDefinitionID": "31801267-1f6e-4c09-bdbc-91157ddc66d6",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "44b3ce18-8047-4664-b6e5-80afc77cf76b",
    "TestID": "bb571564-3ca8-46bc-9e15-9f010a62aa2d",
    "TestQuestionDefinitionID": "31801267-1f6e-4c09-bdbc-91157ddc66d6",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]