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": "f13b37f6-2ee7-4a1e-8158-d8303d75d621",
  "TrainingClassAttendeeID": "e321fc1d-4f5c-4629-b3dd-d39b80b26f70",
  "TestDefinitionID": "e69884ab-034c-4af5-be70-b985f1cb0e88",
  "StartedDateTime": "2026-06-01T22:02:16.2996146-04:00",
  "CompletedDateTime": "2026-06-01T22:02:16.2996146-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}