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": "52c9e111-af81-4190-8c40-f2d26d392cbd",
  "TrainingClassAttendeeID": "727ce2d6-7337-4528-b86f-98bf9ba48aae",
  "TestDefinitionID": "4af48164-a977-4929-a79c-5254f80a0de0",
  "StartedDateTime": "2026-05-29T18:17:36.0493318-04:00",
  "CompletedDateTime": "2026-05-29T18:17:36.0493318-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}