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": "3d0bd79e-d5db-4a1d-9747-64eb451a2a40",
  "TrainingClassAttendeeID": "101f1528-c0fa-4edb-b95b-498625a81a6b",
  "TestDefinitionID": "4e0865c0-c245-4849-9e99-2205e4c749f1",
  "StartedDateTime": "2026-06-14T01:30:28.9092572-04:00",
  "CompletedDateTime": "2026-06-14T01:30:28.9092572-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}