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": "01d84f61-617b-4b21-b3a2-eb2002bd1b79",
  "TrainingClassAttendeeID": "c0490eeb-5e7f-41cd-a16b-13cf10a55a39",
  "TestDefinitionID": "04bc3c48-6123-44f9-b6dd-806e8c28a9c9",
  "StartedDateTime": "2025-12-06T01:48:59.3422454-05:00",
  "CompletedDateTime": "2025-12-06T01:48:59.3422454-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}