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": "4756a3cb-6bd7-473c-8503-12a16da9aa70",
  "TrainingClassAttendeeID": "62b35bf0-a8b7-4c59-af44-2ffb0ead8044",
  "TestDefinitionID": "0da0605e-ab5b-4f32-974c-c8ede84894c8",
  "StartedDateTime": "2025-12-03T20:59:27.6760089-05:00",
  "CompletedDateTime": "2025-12-03T20:59:27.6760089-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}