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": "c1cbd3da-e13a-4835-94c0-d81bff4b54db",
  "TrainingClassAttendeeID": "08f33c88-7f6e-4676-8835-a758f0d5d9c5",
  "TestDefinitionID": "86b98ca6-d0b8-42bd-9ca6-f036523df79b",
  "StartedDateTime": "2025-12-01T18:05:54.1595189-05:00",
  "CompletedDateTime": "2025-12-01T18:05:54.1595189-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}