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": "2098dae5-9efb-4183-aebd-a0a35dcdd33d",
  "TrainingClassAttendeeID": "2b7fd012-5aea-4449-a1ba-fe63f53c96cc",
  "TestDefinitionID": "c19db2c2-75c0-418f-a750-edd6ab6c20bb",
  "StartedDateTime": "2026-07-11T03:53:22.0199071-04:00",
  "CompletedDateTime": "2026-07-11T03:53:22.0199071-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}