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": "e504cc2c-ec2e-483b-af97-7e2b374d41bc",
  "TrainingClassAttendeeID": "e18c8efa-9f7d-42e6-8e25-96fe71bca0ad",
  "TestDefinitionID": "d5dacc7c-ad02-4706-a2c8-99f891c2c5fe",
  "StartedDateTime": "2026-07-29T13:00:11.4746256-04:00",
  "CompletedDateTime": "2026-07-29T13:00:11.4746256-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}