GET api/Test/{testid}/TestQuestions

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
testid
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "TestQuestionID": "9030b8be-8fd6-432e-8d95-8186015ae6dc",
    "TestID": "b6eb1148-cdaf-4bd6-8bc6-5c9466c8c331",
    "TestQuestionDefinitionID": "0c667949-8a6d-4c14-803e-81b2ec397264",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "9030b8be-8fd6-432e-8d95-8186015ae6dc",
    "TestID": "b6eb1148-cdaf-4bd6-8bc6-5c9466c8c331",
    "TestQuestionDefinitionID": "0c667949-8a6d-4c14-803e-81b2ec397264",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  },
  {
    "TestQuestionID": "9030b8be-8fd6-432e-8d95-8186015ae6dc",
    "TestID": "b6eb1148-cdaf-4bd6-8bc6-5c9466c8c331",
    "TestQuestionDefinitionID": "0c667949-8a6d-4c14-803e-81b2ec397264",
    "SortOrder": 4,
    "SelectedAnswerNumber": 5,
    "Correct": true,
    "Deleted": true
  }
]