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": "81f22c86-a95f-4d3a-8937-7a740b9177c0",
  "TrainingClassAttendeeID": "7c3bb083-1d59-4d4e-bd6a-8b245a8419f8",
  "TestDefinitionID": "f73f1d81-b664-4eeb-bba5-cf980a0b6bde",
  "StartedDateTime": "2025-12-03T03:02:54.9753382-05:00",
  "CompletedDateTime": "2025-12-03T03:02:54.9753382-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}