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": "985c7f64-4eaf-4ae5-9d23-f8388a32c9fb",
"TrainingClassAttendeeID": "3b1894cd-e024-4f50-b983-1414a4b5ed01",
"TestDefinitionID": "8d61e474-42cf-440c-8a92-d73a8f3714fe",
"StartedDateTime": "2026-05-02T05:53:33.8632577-04:00",
"CompletedDateTime": "2026-05-02T05:53:33.8632577-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}