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": "029f10c4-5935-4bee-b7d6-1e920d4c4df1",
  "TrainingClassAttendeeID": "a713d1c8-87aa-4ed8-8af9-ed7214579877",
  "TestDefinitionID": "2b131d00-570e-4c63-8a57-f4ce37256644",
  "StartedDateTime": "2025-11-13T02:26:26.410427-05:00",
  "CompletedDateTime": "2025-11-13T02:26:26.410427-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}