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": "add6675a-1e05-4e2b-8129-66adb7221486",
  "TrainingClassAttendeeID": "3ecf27ee-b218-4639-aebb-87d304a65526",
  "TestDefinitionID": "59575f0a-2fd9-4cc9-ac91-6cbdc747957b",
  "StartedDateTime": "2026-04-23T12:16:15.5424243-04:00",
  "CompletedDateTime": "2026-04-23T12:16:15.5424243-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}