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": "91675e69-4eca-48d7-95e6-c3a2617436cb",
  "TrainingClassAttendeeID": "b6afc041-def0-4f72-ac23-49c21d3534a8",
  "TestDefinitionID": "5cf79484-baec-4e27-91c8-9ca6827c9f3d",
  "StartedDateTime": "2026-07-08T02:04:37.2469948-04:00",
  "CompletedDateTime": "2026-07-08T02:04:37.2469948-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}