GET api/Tests/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "5ff45db0-153e-4e41-b3ba-e78140e88af4",
  "TrainingClassAttendeeID": "19fe4427-46d3-48c3-a340-49afbff47121",
  "TestDefinitionID": "3dfec4bb-abb0-45a4-934a-e79f4c0c1f07",
  "StartedDateTime": "2026-02-24T17:36:33.5094734-05:00",
  "CompletedDateTime": "2026-02-24T17:36:33.5094734-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}