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": "a45e2423-31d6-4cdc-aabf-95d63fe5a267",
  "TrainingClassAttendeeID": "3891d838-fe6c-4817-ab45-53ebc81859ee",
  "TestDefinitionID": "a30c229f-0042-4a2b-a8d3-3504b6d116f3",
  "StartedDateTime": "2025-12-27T21:09:14.6898788-05:00",
  "CompletedDateTime": "2025-12-27T21:09:14.6898788-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}