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": "c928c474-9f5c-4af8-8eb0-bce75ed28b35",
  "TrainingClassAttendeeID": "1fa2eb3a-1b78-49e2-b970-4e01cdf74593",
  "TestDefinitionID": "13b112a3-209a-403c-9b35-9c4a250e1620",
  "StartedDateTime": "2025-11-11T21:33:53.4577431-05:00",
  "CompletedDateTime": "2025-11-11T21:33:53.4577431-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}