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": "a9dc9888-281f-497d-bf1a-b76a70a2bd82",
  "TrainingClassAttendeeID": "d41916d2-a390-4e69-ae89-0d5b2184b67a",
  "TestDefinitionID": "6e0c20d6-6925-471e-812a-4943e5635585",
  "StartedDateTime": "2026-06-25T22:57:04.8532683-04:00",
  "CompletedDateTime": "2026-06-25T22:57:04.8532683-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}