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": "78dce646-94b9-4501-964a-d74b381e2021",
  "TrainingClassAttendeeID": "a852a21e-fa6a-4f97-ac76-df57ef65d725",
  "TestDefinitionID": "91fa0583-64ab-4768-9869-011cd61717b6",
  "StartedDateTime": "2025-10-03T00:43:15.9214806-04:00",
  "CompletedDateTime": "2025-10-03T00:43:15.9214806-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}