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": "7f8e127c-17a3-4768-ab4b-c7b14ff1e9b1",
  "TrainingClassAttendeeID": "7baedf35-e90d-4d66-b44d-608eba2f9e63",
  "TestDefinitionID": "53e500d0-0b4a-4be8-a084-eab9fd291ed7",
  "StartedDateTime": "2026-05-26T01:58:02.3540425-04:00",
  "CompletedDateTime": "2026-05-26T01:58:02.3540425-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}