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": "2d64d7e2-fe07-408c-9652-53a1c6cf5c61",
  "TrainingClassAttendeeID": "7728eabf-77aa-4da6-94ae-8e1e87bdc1e1",
  "TestDefinitionID": "cd09f93f-f306-40db-9bd3-918d120a9666",
  "StartedDateTime": "2025-11-28T19:10:19.6223107-05:00",
  "CompletedDateTime": "2025-11-28T19:10:19.6223107-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}