GET api/Tests/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "875db195-939e-4793-b5e4-ab787e03846c",
"TrainingClassAttendeeID": "4ef2537b-efab-41d9-845d-53f5d3f9b365",
"TestDefinitionID": "92d5dcea-3bb6-4081-8f37-de382c536fd4",
"StartedDateTime": "2026-05-15T20:50:02.253793-04:00",
"CompletedDateTime": "2026-05-15T20:50:02.253793-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}