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": "23f3bca1-66ae-42d6-90ca-4cbdb4164893",
"TrainingClassAttendeeID": "2891992c-87f0-47f6-8cd1-001b69346c82",
"TestDefinitionID": "d1dde17b-b981-4449-b488-854cb66df2e6",
"StartedDateTime": "2026-04-18T09:38:12.5546081-04:00",
"CompletedDateTime": "2026-04-18T09:38:12.5546081-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}