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": "b07634b6-3c25-4895-bc7f-6949e5ead545",
  "TrainingClassAttendeeID": "c76b6da8-3d54-42b0-9944-04f36c8a395f",
  "TestDefinitionID": "8ab3a936-a6db-4508-bd98-1898f6855f8e",
  "StartedDateTime": "2026-05-18T14:16:03.4619545-04:00",
  "CompletedDateTime": "2026-05-18T14:16:03.4619545-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}