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": "9f4ad5e7-80b7-4d86-91be-7f80797646c7",
  "TrainingClassAttendeeID": "b6b858b2-b678-4e06-a7f4-463f77ee316a",
  "TestDefinitionID": "6859a824-82d4-41f6-b12f-802627fc4567",
  "StartedDateTime": "2026-01-01T11:35:59.3824684-05:00",
  "CompletedDateTime": "2026-01-01T11:35:59.3824684-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}