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": "837aeba5-2f67-40d8-9c70-435d4572bda9",
  "TrainingClassAttendeeID": "7e99a4d3-1c76-4b1e-8742-203ae2765829",
  "TestDefinitionID": "911edab7-e05f-4b45-bace-e79bd6d09d13",
  "StartedDateTime": "2025-09-16T02:59:50.3768847-04:00",
  "CompletedDateTime": "2025-09-16T02:59:50.3768847-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}