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": "85dc0664-9089-4a4d-8c56-84d0623366a4",
  "TrainingClassAttendeeID": "af66192b-2642-4108-910d-a2d6b0cd2560",
  "TestDefinitionID": "bf06bb08-8338-4cf0-8e0a-d85453cd2a58",
  "StartedDateTime": "2025-12-02T20:43:49.5778291-05:00",
  "CompletedDateTime": "2025-12-02T20:43:49.5778291-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}