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": "58c3dff7-181d-4dcd-9b70-571eeb29351c",
  "TrainingClassAttendeeID": "1c386348-2f80-40fc-b375-df922472cec9",
  "TestDefinitionID": "7327f59a-4688-4833-a8b2-7558862cffea",
  "StartedDateTime": "2025-12-23T07:49:12.6577654-05:00",
  "CompletedDateTime": "2025-12-23T07:49:12.6577654-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}