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": "95a9a658-7ecf-4739-9d87-e3f1d5f2d1af",
"TrainingClassAttendeeID": "ac1e97eb-dd22-4f20-886e-11349755acc7",
"TestDefinitionID": "948ce126-291d-49f8-a7b2-fb206c537a05",
"StartedDateTime": "2026-05-13T11:14:32.2048382-04:00",
"CompletedDateTime": "2026-05-13T11:14:32.2048382-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}