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": "8d2eaa14-2d60-43b5-bc13-9b4adc8b2c8a",
  "TrainingClassAttendeeID": "7d4d9eda-687a-4481-9dbd-05af7530e063",
  "TestDefinitionID": "2600558f-5db3-4de0-b6b3-7193a95d6617",
  "StartedDateTime": "2026-04-07T02:35:42.0671581-04:00",
  "CompletedDateTime": "2026-04-07T02:35:42.0671581-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}