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": "3ba4ee09-44a5-4ca2-a490-1bc4c83a51d6",
"TrainingClassAttendeeID": "6220cf78-4a16-41d3-9d1b-430a41059969",
"TestDefinitionID": "2f2957b9-b8a3-4481-a1ee-3796dca525e6",
"StartedDateTime": "2026-05-12T10:00:37.947134-04:00",
"CompletedDateTime": "2026-05-12T10:00:37.947134-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}