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": "12360e3c-ef39-4030-b988-f7db34a4656c",
  "TrainingClassAttendeeID": "7530bead-867d-4f30-88e9-ba9c081a784f",
  "TestDefinitionID": "71f4cd90-fe97-4154-a262-b98d78943e11",
  "StartedDateTime": "2026-05-05T05:35:58.3596873-04:00",
  "CompletedDateTime": "2026-05-05T05:35:58.3596873-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}