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": "f2a43a35-4ff7-4b9b-8f10-e111785ecdfc",
  "TrainingClassAttendeeID": "501d87bb-8433-4536-ae26-8bfcaf9e07c3",
  "TestDefinitionID": "190fbbd9-a8e4-4dce-8b61-587f11faf725",
  "StartedDateTime": "2025-11-25T12:13:33.9529751-05:00",
  "CompletedDateTime": "2025-11-25T12:13:33.9529751-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}