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": "a895914a-8882-435b-9d77-7c522555b227",
  "TrainingClassAttendeeID": "1dca8f8a-3426-4afd-af16-d1214dcc5ac5",
  "TestDefinitionID": "8fdb4b19-6ae3-4c06-aace-4b96aa20587e",
  "StartedDateTime": "2025-12-30T07:49:53.8616151-05:00",
  "CompletedDateTime": "2025-12-30T07:49:53.8616151-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}