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": "694e6cf0-2f19-4a8b-a790-7fd096f5b2e4",
  "TrainingClassAttendeeID": "1200d40b-6791-462d-9c05-2c57de149602",
  "TestDefinitionID": "8b2f3b95-afdb-47fa-b10d-2581e1de592e",
  "StartedDateTime": "2026-08-19T21:22:28.983886-04:00",
  "CompletedDateTime": "2026-08-19T21:22:28.983886-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}