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": "eef409a5-a06c-4887-aaf6-60312833dba3",
  "TrainingClassAttendeeID": "52700f98-8eb5-4660-8034-b87a7049d7f0",
  "TestDefinitionID": "3db1cb4f-d78f-4941-a61e-2f910fdcf407",
  "StartedDateTime": "2026-01-11T22:10:35.2661654-05:00",
  "CompletedDateTime": "2026-01-11T22:10:35.2661654-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}