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": "d4575d50-3f42-4ea8-954d-8cfdf5ac6c1f",
  "TrainingClassAttendeeID": "8b169fb2-8696-4a53-92bd-c37d40464800",
  "TestDefinitionID": "8e979d46-fe1a-431a-9a5f-57fe2f507f77",
  "StartedDateTime": "2025-11-08T15:00:15.857067-05:00",
  "CompletedDateTime": "2025-11-08T15:00:15.857067-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}