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": "418b42fb-d140-4581-95c3-0301ae83c861",
  "TrainingClassAttendeeID": "e0b06b12-8e24-4918-9191-ba16881c219c",
  "TestDefinitionID": "7109ceeb-7d16-46e9-a950-44b11fba2df3",
  "StartedDateTime": "2026-01-14T20:12:10.3850187-05:00",
  "CompletedDateTime": "2026-01-14T20:12:10.3850187-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}