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": "0ae6ee1f-8c0b-4308-a78b-0ea9227bcc33",
  "TrainingClassAttendeeID": "934bbb3d-160c-4530-bfcb-bfb71f6db45d",
  "TestDefinitionID": "68b2dd28-85e1-4826-a3a6-1707ffedd79e",
  "StartedDateTime": "2026-03-12T14:30:19.884644-04:00",
  "CompletedDateTime": "2026-03-12T14:30:19.884644-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}