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": "1f29a246-6dbc-466b-a755-e8a8017af20c",
  "TrainingClassAttendeeID": "1fdb6212-ed79-44a0-b16b-0ea0170fe882",
  "TestDefinitionID": "31472c58-5c89-42f6-8ec1-8057ef3c67b6",
  "StartedDateTime": "2026-09-03T17:54:39.7073512-04:00",
  "CompletedDateTime": "2026-09-03T17:54:39.7073512-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}