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": "1dee1ec5-9dfa-408b-91f0-323c438d0c9f",
  "TrainingClassAttendeeID": "e78cad70-1a3f-45d2-9af5-0aa2bfb94f4f",
  "TestDefinitionID": "32ca29b0-e94d-4604-a39a-9c9d1f4c0b9f",
  "StartedDateTime": "2026-06-19T22:03:45.0649636-04:00",
  "CompletedDateTime": "2026-06-19T22:03:45.0649636-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}