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": "7237c4a9-63f0-4d17-9d2a-62524b2a66a9",
  "TrainingClassAttendeeID": "50cd911a-7aba-42c3-a32e-c8224d9a95fa",
  "TestDefinitionID": "06c5d0fc-4df6-42ff-b64b-af41ea937aa1",
  "StartedDateTime": "2026-04-18T05:19:26.653656-04:00",
  "CompletedDateTime": "2026-04-18T05:19:26.653656-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}