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": "5d168239-218a-4bb7-8246-5c40d4c1a08a",
  "TrainingClassAttendeeID": "ceae703b-8092-4b70-a5ee-dffe13cfb302",
  "TestDefinitionID": "e648faa0-ca6c-4db1-967d-d7da838a0ee2",
  "StartedDateTime": "2025-11-15T07:48:59.934842-05:00",
  "CompletedDateTime": "2025-11-15T07:48:59.934842-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}