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": "3906d894-9fea-4494-a513-5dd12367428d",
  "TrainingClassAttendeeID": "77c9a0e0-2003-4050-9db2-c176147d541b",
  "TestDefinitionID": "72796de3-c8b0-4d04-9df1-3cf70d0ba0f9",
  "StartedDateTime": "2026-05-06T05:56:25.7189778-04:00",
  "CompletedDateTime": "2026-05-06T05:56:25.7189778-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}