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": "1e8cb2f0-4943-45fd-9323-da31520b3c3b",
"TrainingClassAttendeeID": "2f970264-9032-4f14-8c8f-0f2ffacb89e9",
"TestDefinitionID": "af84fb37-1348-426c-9955-19cfadeacec2",
"StartedDateTime": "2026-06-07T17:08:13.972053-04:00",
"CompletedDateTime": "2026-06-07T17:08:13.972053-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}