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": "ef79b3a6-095a-4c6c-ae81-b21c21f87437",
  "TrainingClassAttendeeID": "188d507d-8255-4c55-adc1-053e320fa862",
  "TestDefinitionID": "ca074fcd-8c0c-4970-88c8-07f60f104e31",
  "StartedDateTime": "2026-04-10T03:33:54.3075481-04:00",
  "CompletedDateTime": "2026-04-10T03:33:54.3075481-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}