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": "bf692f8a-a77a-49c3-a307-30de5407bf10",
  "TrainingClassAttendeeID": "76c91b07-6eca-4369-a795-9a93a93b329d",
  "TestDefinitionID": "8ca6c72b-5291-4152-9733-a19bd8a8038f",
  "StartedDateTime": "2026-08-31T17:30:29.4862508-04:00",
  "CompletedDateTime": "2026-08-31T17:30:29.4862508-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}