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": "66456d66-a670-454a-b8c6-b2e9c1bf519e",
  "TrainingClassAttendeeID": "cd91b362-81b2-49a6-8343-db3cf7404346",
  "TestDefinitionID": "ef13070d-dd75-4a7c-bcce-c592957551fe",
  "StartedDateTime": "2026-08-22T15:59:28.4422882-04:00",
  "CompletedDateTime": "2026-08-22T15:59:28.4422882-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}