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": "6b44e8a4-af74-4572-975e-79139ba3cb17",
  "TrainingClassAttendeeID": "bf552589-034f-46f8-9a30-59bd6860a30d",
  "TestDefinitionID": "36182c5b-a23f-4a91-beab-30747ddfc8de",
  "StartedDateTime": "2025-11-06T18:14:16.2457194-05:00",
  "CompletedDateTime": "2025-11-06T18:14:16.2457194-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}