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": "403e4ebe-edda-4842-bd25-8ff1a813a119",
  "TrainingClassAttendeeID": "27565f94-f342-4f5a-b67e-5e4e8dfeab40",
  "TestDefinitionID": "c4d6ff08-2ff0-415c-abe0-da5ea6471ff9",
  "StartedDateTime": "2026-04-30T02:01:26.54185-04:00",
  "CompletedDateTime": "2026-04-30T02:01:26.54185-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}