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": "cd7006d7-441e-4e8f-b703-eb05c7c45143",
  "TrainingClassAttendeeID": "55ce1cce-d8c4-41cd-9d20-f278075ca0e4",
  "TestDefinitionID": "8a489d28-bcee-4bce-b304-794b00311f8d",
  "StartedDateTime": "2026-06-29T03:19:43.814399-04:00",
  "CompletedDateTime": "2026-06-29T03:19:43.814399-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}