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": "2bf444e6-5832-4f84-8088-10576d90179b",
  "TrainingClassAttendeeID": "af9d878e-d593-4ada-b61b-0ea3597cb122",
  "TestDefinitionID": "23cb368e-e98b-4dde-a7d8-267c111d9aad",
  "StartedDateTime": "2025-12-25T08:06:08.1091108-05:00",
  "CompletedDateTime": "2025-12-25T08:06:08.1091108-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}