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": "65965493-28d8-4222-b630-5ff7fee75719",
  "TrainingClassAttendeeID": "f3e7c46f-c91c-45c4-8978-2f225f858052",
  "TestDefinitionID": "e4245d11-1edc-4be3-b0e3-ed82e485cced",
  "StartedDateTime": "2026-08-01T10:36:03.5326779-04:00",
  "CompletedDateTime": "2026-08-01T10:36:03.5326779-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}