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": "e32a3441-4470-4685-835f-be7cc2c8476d",
  "TrainingClassAttendeeID": "2a67c838-9251-4e61-ba67-7449721ccca4",
  "TestDefinitionID": "7cafbdf4-5ef8-42f6-b78e-218f697e50b2",
  "StartedDateTime": "2025-12-15T11:22:59.0920691-05:00",
  "CompletedDateTime": "2025-12-15T11:22:59.0920691-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}