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": "56281e8f-3567-4832-95ce-291a831571b8",
  "TrainingClassAttendeeID": "ab429244-201e-4fd1-93e8-21fe4ea7cc71",
  "TestDefinitionID": "6c2f5d8f-3a5f-4a6c-89f2-f07412f0f236",
  "StartedDateTime": "2025-11-24T15:37:37.6298761-05:00",
  "CompletedDateTime": "2025-11-24T15:37:37.6298761-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}