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": "75c5615b-8b6d-4af3-b5d2-8ec914a19794",
  "TrainingClassAttendeeID": "662d0815-927f-4d39-a1b9-61b9466608fe",
  "TestDefinitionID": "2c233903-ed9c-4d16-927a-99c4ee1f4268",
  "StartedDateTime": "2026-05-04T06:45:44.7688934-04:00",
  "CompletedDateTime": "2026-05-04T06:45:44.7688934-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}