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": "c6a6c09b-603b-40f0-866b-2bf7f250e6fc",
  "TrainingClassAttendeeID": "157b7f05-060d-4afb-8f1f-715162ed6fd4",
  "TestDefinitionID": "23e71c50-a867-4fde-9580-9e304b5692bf",
  "StartedDateTime": "2026-07-20T06:34:01.6571399-04:00",
  "CompletedDateTime": "2026-07-20T06:34:01.6571399-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}