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": "25e2d968-a7b4-429a-96ee-61f70b5ea2d7",
  "TrainingClassAttendeeID": "dda69e27-5765-47c1-b0e3-ca7f9a80c63d",
  "TestDefinitionID": "867de068-b93d-4f99-9cc1-3378f74cd65e",
  "StartedDateTime": "2026-05-05T09:33:35.6385469-04:00",
  "CompletedDateTime": "2026-05-05T09:33:35.6385469-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}