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": "07af614a-31c4-4b8d-8011-d42157712cac",
  "TrainingClassAttendeeID": "878cba93-084c-4233-befe-af930ea48a07",
  "TestDefinitionID": "b44a3d4c-5f72-4552-8202-58faa56a19bf",
  "StartedDateTime": "2026-04-23T07:10:47.0547783-04:00",
  "CompletedDateTime": "2026-04-23T07:10:47.0547783-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}