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": "764a9b4f-5b47-4762-92ab-8b870c52ec38",
  "TrainingClassAttendeeID": "489954de-80fa-4061-bacb-c04cfbf4ee49",
  "TestDefinitionID": "919272b2-aaa3-4a9f-a499-319c400a044f",
  "StartedDateTime": "2026-09-06T23:31:14.8352954-04:00",
  "CompletedDateTime": "2026-09-06T23:31:14.8352954-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}