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": "66e49750-bda9-4436-84b0-9a91e49c19c8",
  "TrainingClassAttendeeID": "810c27b1-21ef-4a2d-b213-f1941f1b6304",
  "TestDefinitionID": "663ca136-062d-492a-a398-dedb6f834fb9",
  "StartedDateTime": "2025-12-23T21:53:33.9463529-05:00",
  "CompletedDateTime": "2025-12-23T21:53:33.9463529-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}