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": "df656d2a-d865-46c5-8bde-291c982578e3",
  "TrainingClassAttendeeID": "a947e18c-4e65-454f-8cee-4128407457dd",
  "TestDefinitionID": "0d305d7c-affc-4068-96f4-15ad4fc26d68",
  "StartedDateTime": "2025-11-24T09:49:28.9876143-05:00",
  "CompletedDateTime": "2025-11-24T09:49:28.9876143-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}