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": "454f3ade-b01b-48c1-8809-c543961af23a",
  "TrainingClassAttendeeID": "fcd25b2b-39e7-4502-b419-cf59dbd2b571",
  "TestDefinitionID": "1a7b0de2-aef6-4877-8f29-fb5f9e50e34b",
  "StartedDateTime": "2026-05-20T14:56:00.9596417-04:00",
  "CompletedDateTime": "2026-05-20T14:56:00.9596417-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}