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": "1d98161a-4a41-43da-938e-f6c02b731867",
"TrainingClassAttendeeID": "6ac77fe2-b501-459b-b8be-b1469be0611a",
"TestDefinitionID": "603e585f-8d07-4405-86bc-c283bf5e84c9",
"StartedDateTime": "2025-11-29T13:13:18.6089832-05:00",
"CompletedDateTime": "2025-11-29T13:13:18.6089832-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}