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": "40b6ffc1-6988-4f15-a05f-7b462bc12a8e",
  "TrainingClassAttendeeID": "33a16739-3edd-494b-bba1-46362a63f3a5",
  "TestDefinitionID": "618dbff2-11df-4534-b284-4e73161ce3cb",
  "StartedDateTime": "2026-08-10T14:38:53.6136027-04:00",
  "CompletedDateTime": "2026-08-10T14:38:53.6136027-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}