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": "38ed45b9-213e-4c11-ab0c-fae2cadc0fce",
  "TrainingClassAttendeeID": "8fa69409-1e28-49dd-a80a-80f8b9e5aae0",
  "TestDefinitionID": "df3773ff-dafb-4d30-9a79-63fe617c028f",
  "StartedDateTime": "2026-03-28T01:19:47.1472253-04:00",
  "CompletedDateTime": "2026-03-28T01:19:47.1472253-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}