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": "97db656f-67fb-4a94-a6bb-46674717a3e7",
  "TrainingClassAttendeeID": "68a4e987-7f4f-4cd8-97b3-8e106565197a",
  "TestDefinitionID": "afc8b7c2-9916-4319-adbe-46d23998eeb3",
  "StartedDateTime": "2026-05-02T03:43:39.3721037-04:00",
  "CompletedDateTime": "2026-05-02T03:43:39.3721037-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}