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": "c98d2581-6381-4fff-8a37-da93a84dd0e3",
  "TrainingClassAttendeeID": "f2e314aa-be3e-4e2b-bbd7-48a2dabbbcdd",
  "TestDefinitionID": "195574a0-b466-4698-b797-529b8f81d1bc",
  "StartedDateTime": "2026-03-24T20:11:57.0762656-04:00",
  "CompletedDateTime": "2026-03-24T20:11:57.0762656-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}