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": "2618e876-73d5-457d-bad6-91765e0fbe7b",
  "TrainingClassAttendeeID": "d6aaa6e1-e5d4-494e-9480-fbe5f10e2cd1",
  "TestDefinitionID": "0999a37c-3b78-4cef-9285-5939d837deea",
  "StartedDateTime": "2026-05-09T09:41:49.7694925-04:00",
  "CompletedDateTime": "2026-05-09T09:41:49.7694925-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}