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": "f15a3d39-dfbc-4932-9811-fbb625155522",
  "TrainingClassAttendeeID": "b8f31a9c-d4a3-4b99-9adc-11f79aa3501c",
  "TestDefinitionID": "c74ede1e-52ef-465a-9df6-65684febb118",
  "StartedDateTime": "2025-11-20T12:46:58.5943501-05:00",
  "CompletedDateTime": "2025-11-20T12:46:58.5943501-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}