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": "3cbfa830-aecf-415e-91ea-c00f55bd3e8f",
  "TrainingClassAttendeeID": "185e69b5-037e-4537-a30a-efa5930230e3",
  "TestDefinitionID": "e7dd0e9c-c756-4afb-bc50-1c145f543d64",
  "StartedDateTime": "2026-01-04T20:43:23.3854356-05:00",
  "CompletedDateTime": "2026-01-04T20:43:23.3854356-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}