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": "9a2368a9-4596-4c21-ab17-f86e61e268bc",
  "TrainingClassAttendeeID": "170e4e53-eba2-4bf8-97be-d5975185bac1",
  "TestDefinitionID": "e1ff27c2-97cc-4c0c-90cc-3a38976d7f73",
  "StartedDateTime": "2025-12-07T07:17:59.4093897-05:00",
  "CompletedDateTime": "2025-12-07T07:17:59.4093897-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}