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": "80859e48-88a2-4841-87e7-4756cc4778dc",
  "TrainingClassAttendeeID": "c1de6efa-c00c-4946-b565-18389697160c",
  "TestDefinitionID": "4a971813-b0b9-4b94-a5bd-c267f2c2f9a4",
  "StartedDateTime": "2026-07-08T05:08:51.6568763-04:00",
  "CompletedDateTime": "2026-07-08T05:08:51.6568763-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}