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": "4e308a62-1bfa-4dbc-86aa-7582eb804958",
  "TrainingClassAttendeeID": "4181e276-6026-4a59-a429-fe6e6724e9af",
  "TestDefinitionID": "afa94f8e-e3bb-4882-b194-b540d90604b5",
  "StartedDateTime": "2025-12-05T00:03:00.3442279-05:00",
  "CompletedDateTime": "2025-12-05T00:03:00.3442279-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}