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": "d364edf2-2cc9-4e2f-93d1-82e9bbd9424d",
  "TrainingClassAttendeeID": "338d37de-7ba8-4155-bd07-8cb3804751f0",
  "TestDefinitionID": "72898a69-b793-416d-9cd4-18f942970fd0",
  "StartedDateTime": "2025-12-09T02:51:30.5900328-05:00",
  "CompletedDateTime": "2025-12-09T02:51:30.5900328-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}