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": "ba849713-b75c-4607-96b8-a4a36cbca52d",
"TrainingClassAttendeeID": "045aa86b-133d-4738-864e-a9e54673eafd",
"TestDefinitionID": "a6f09765-78ca-4127-a5dc-4acbdb07a967",
"StartedDateTime": "2025-11-22T07:36:47.1539475-05:00",
"CompletedDateTime": "2025-11-22T07:36:47.1539475-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}