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": "09e105b4-8966-445d-9422-23073e3018c2",
  "TrainingClassAttendeeID": "3d5721cf-c2fc-4c76-8066-52524c23ceb9",
  "TestDefinitionID": "dc50cc0f-7669-4c1d-b992-fd8650dbd55a",
  "StartedDateTime": "2026-01-20T07:39:54.3453554-05:00",
  "CompletedDateTime": "2026-01-20T07:39:54.3453554-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}