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": "5e8ab7e4-adbc-4f4b-af4a-141624216907",
  "TrainingClassAttendeeID": "c4d1a2af-7368-4ca8-9a6d-d2edddd8c959",
  "TestDefinitionID": "074d9c4b-922b-4590-b5d7-292865c730ef",
  "StartedDateTime": "2025-12-10T08:12:25.6791828-05:00",
  "CompletedDateTime": "2025-12-10T08:12:25.6791828-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}