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": "a3257a43-f467-4828-bae3-68155a5fdc48",
  "TrainingClassAttendeeID": "1d570c09-8920-470d-b3b3-8be97736a5f4",
  "TestDefinitionID": "caf37b52-daa8-440e-bcf0-4c9d2a3159ef",
  "StartedDateTime": "2025-12-02T07:44:21.8538954-05:00",
  "CompletedDateTime": "2025-12-02T07:44:21.8538954-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}