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": "2ae54fd0-f4c8-493b-9e1a-82fbbd5e0b9b",
  "TrainingClassAttendeeID": "b67b5dc4-6adf-4a0a-9c64-83e9de0a6cbb",
  "TestDefinitionID": "3b22ed45-79d1-4e72-af9f-1422ccbdb29d",
  "StartedDateTime": "2026-03-13T13:04:34.2728194-04:00",
  "CompletedDateTime": "2026-03-13T13:04:34.2728194-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}