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": "afcb2a4b-bccd-44ff-bd4d-646c808f898c",
  "TrainingClassAttendeeID": "e4bee314-e435-44e8-9bd6-b3a0e4119eab",
  "TestDefinitionID": "aebfcb1b-9786-4a56-a028-d45a139ec72f",
  "StartedDateTime": "2025-07-10T20:30:42.1429076-04:00",
  "CompletedDateTime": "2025-07-10T20:30:42.1429076-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}