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": "e0efd468-fad1-4d6c-b8fb-b595e0c1d72c",
  "TrainingClassAttendeeID": "ba9c26b7-caa8-42c8-9639-f0515c6cdecc",
  "TestDefinitionID": "15d77491-7c18-4137-b6aa-ac7d0cccca07",
  "StartedDateTime": "2026-07-26T09:00:35.8035205-04:00",
  "CompletedDateTime": "2026-07-26T09:00:35.8035205-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}