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": "dc7758fe-a7ca-4fe6-8eb9-811ba3402097",
"TrainingClassAttendeeID": "65b0e34c-e4b5-4c42-9501-3c90b15d659f",
"TestDefinitionID": "512fa7f9-8474-49b7-b325-242c896344b3",
"StartedDateTime": "2025-11-09T21:37:13.201136-05:00",
"CompletedDateTime": "2025-11-09T21:37:13.201136-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}