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": "811e8bf0-d6e1-4893-b9bb-9e14016c3f26",
  "TrainingClassAttendeeID": "343ff75e-d63b-4511-b7b0-bbd31788f1fd",
  "TestDefinitionID": "2f2336f8-9473-4190-b221-94c32a061c34",
  "StartedDateTime": "2026-04-07T05:39:46.3354333-04:00",
  "CompletedDateTime": "2026-04-07T05:39:46.3354333-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}