GET api/Tests/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "TestID": "7ce29cea-be33-4a07-bf10-7c34917f4ca9",
  "TrainingClassAttendeeID": "911b6267-51a7-4c61-ba72-4fd689653a47",
  "TestDefinitionID": "0c6e9a90-ef6a-41d1-b3ce-5c20a680d6a3",
  "StartedDateTime": "2025-11-20T20:33:49.0815365-05:00",
  "CompletedDateTime": "2025-11-20T20:33:49.0815365-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}