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": "8849878c-f653-41c2-b9ef-7ff3dcf83f11",
  "TrainingClassAttendeeID": "8a85bea5-c10c-4224-ad7c-f25d837e9b91",
  "TestDefinitionID": "5fdf5aa0-671a-4c7a-a9c5-d74606aa3952",
  "StartedDateTime": "2025-12-07T16:07:41.9073976-05:00",
  "CompletedDateTime": "2025-12-07T16:07:41.9073976-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}