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": "9973e994-5d84-4f5c-a1a1-c7ff56f4b7e8",
  "TrainingClassAttendeeID": "3e1a9ce3-b3ac-433c-b811-d0b839d4c316",
  "TestDefinitionID": "e8ff8207-b651-4bcc-b269-ed48aba1344a",
  "StartedDateTime": "2026-06-16T19:39:40.596561-04:00",
  "CompletedDateTime": "2026-06-16T19:39:40.596561-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}