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": "e737721d-8268-4728-bac1-ce097fdcbd87",
  "TrainingClassAttendeeID": "68e2aaa2-504a-4db5-9977-23108afa206f",
  "TestDefinitionID": "fbaee2a9-7a80-41bb-9057-30fb786eaf3c",
  "StartedDateTime": "2026-09-10T00:18:34.9769421-04:00",
  "CompletedDateTime": "2026-09-10T00:18:34.9769421-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}