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": "3847e1a6-07a0-4c59-8add-3fdedc097ea5",
  "TrainingClassAttendeeID": "cc9a7d63-0249-4fa0-aa74-3c1875f91b5a",
  "TestDefinitionID": "15e0ffe6-8077-4429-84ce-02efcd98a16b",
  "StartedDateTime": "2025-12-29T10:44:29.9308017-05:00",
  "CompletedDateTime": "2025-12-29T10:44:29.9308017-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}