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": "1dcb362f-a92c-43ab-8589-9dffdf77d803",
  "TrainingClassAttendeeID": "22640b84-bf09-457f-a688-af5a7214bfe7",
  "TestDefinitionID": "2bf72459-b450-412f-bd39-169ba15fc51c",
  "StartedDateTime": "2025-12-19T03:42:31.087793-05:00",
  "CompletedDateTime": "2025-12-19T03:42:31.087793-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}