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": "277e3826-66ea-4c15-a99c-858dac31dc4a",
"TrainingClassAttendeeID": "7b1a1161-8df9-4f03-8caa-1ba53f678aab",
"TestDefinitionID": "85aac972-dbb5-4b95-80c9-94163d6202f1",
"StartedDateTime": "2026-09-09T22:23:01.349332-04:00",
"CompletedDateTime": "2026-09-09T22:23:01.349332-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}