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": "9e816bee-cf01-45d2-96e8-5d8786d44887",
  "TrainingClassAttendeeID": "a9bdc031-5172-4889-a7af-ca6828d3329f",
  "TestDefinitionID": "38f999cf-a752-44fa-9308-a7caf18b7272",
  "StartedDateTime": "2026-05-19T14:47:52.807828-04:00",
  "CompletedDateTime": "2026-05-19T14:47:52.807828-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}