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": "b41316d5-4cdb-446c-9a21-685488dd5e3c",
  "TrainingClassAttendeeID": "772ea7ea-ad5d-4ea8-9acd-06b1ec6ea795",
  "TestDefinitionID": "d415345f-f531-41e9-ba53-5ba27547f95b",
  "StartedDateTime": "2026-01-08T20:04:03.7613569-05:00",
  "CompletedDateTime": "2026-01-08T20:04:03.7613569-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}