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": "39f765e4-69f4-492f-9416-5cea6baf31af",
  "TrainingClassAttendeeID": "288ca45c-9159-4848-8b4c-8c7360b7d1ea",
  "TestDefinitionID": "4fbe879d-1a2e-475d-8135-8c6161c81ddf",
  "StartedDateTime": "2025-12-31T07:01:11.5430688-05:00",
  "CompletedDateTime": "2025-12-31T07:01:11.5430688-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}