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": "db5273ae-77ec-489d-88e3-058bc9ebdb31",
  "TrainingClassAttendeeID": "3ebfc3fd-25ec-4804-98b9-5bcf2da6ef76",
  "TestDefinitionID": "1ca7ad05-ca6a-4e4c-ac6c-26c4f42fe1d5",
  "StartedDateTime": "2026-03-20T23:55:09.2486774-04:00",
  "CompletedDateTime": "2026-03-20T23:55:09.2486774-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}