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": "fbf50551-fe25-45c0-8e3f-37ee443c0d15",
  "TrainingClassAttendeeID": "c69e5970-1c81-4bd7-9811-d13f0827fad0",
  "TestDefinitionID": "2e5fe815-de51-4650-96de-3f50c598b813",
  "StartedDateTime": "2026-04-13T05:08:35.6920178-04:00",
  "CompletedDateTime": "2026-04-13T05:08:35.6920178-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}