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": "c6600488-83a0-42a1-9de1-ee46a287c566",
  "TrainingClassAttendeeID": "55bc62a7-3b20-4cc7-9a7c-91ceb0084962",
  "TestDefinitionID": "c67a93bd-2f60-40a1-b79e-9f1e7c00e925",
  "StartedDateTime": "2026-01-17T23:32:19.318935-05:00",
  "CompletedDateTime": "2026-01-17T23:32:19.318935-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}