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": "9b2618d8-222f-42f4-85a7-a86a305b44d6",
  "TrainingClassAttendeeID": "0b80f158-10c5-4c31-8d5a-520035f83f08",
  "TestDefinitionID": "27fc4d47-aadd-42bb-a79f-863ddd8d35d5",
  "StartedDateTime": "2026-08-04T15:04:27.5500323-04:00",
  "CompletedDateTime": "2026-08-04T15:04:27.5500323-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}