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": "05bab8b4-f7e5-457a-8f0a-78ac09d0669c",
  "TrainingClassAttendeeID": "3bfd3c14-b94c-4380-89f6-feda686ad50f",
  "TestDefinitionID": "64c549c5-cbba-418d-92be-1d9a78a010c9",
  "StartedDateTime": "2026-04-19T07:24:51.9224983-04:00",
  "CompletedDateTime": "2026-04-19T07:24:51.9224983-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}