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": "165ce123-579e-4b5a-b662-bca689122f2d",
  "TrainingClassAttendeeID": "a63827d4-6453-498a-a271-095e42e56cf0",
  "TestDefinitionID": "132d2a36-a36d-4855-b3ce-d1a2f60eae31",
  "StartedDateTime": "2025-12-11T17:00:17.2361444-05:00",
  "CompletedDateTime": "2025-12-11T17:00:17.2361444-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}