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": "9c9e44aa-915f-4368-9837-b1863cd57906",
  "TrainingClassAttendeeID": "444f7294-98ab-4f7f-b0cd-a3dcc3d1f430",
  "TestDefinitionID": "2f4295c7-44bb-48f3-9aa9-737d8f30d7e9",
  "StartedDateTime": "2026-06-04T16:45:30.194252-04:00",
  "CompletedDateTime": "2026-06-04T16:45:30.194252-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}