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": "0885bab1-f571-4abb-a466-ef708e4082c6",
  "TrainingClassAttendeeID": "cabe9ab6-4ce9-4315-af8e-74ac6c86fa8e",
  "TestDefinitionID": "9839cda2-6890-4ed1-9727-293eb8111be7",
  "StartedDateTime": "2025-11-30T02:18:13.7988392-05:00",
  "CompletedDateTime": "2025-11-30T02:18:13.7988392-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}