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": "4172b521-29df-42cc-bff2-dd3e6dddf4a0",
  "TrainingClassAttendeeID": "72f52952-1674-452d-9cff-bbf77f7c597d",
  "TestDefinitionID": "9370a8ea-514e-40c3-b41e-7bec9116294d",
  "StartedDateTime": "2026-07-26T12:24:50.6601778-04:00",
  "CompletedDateTime": "2026-07-26T12:24:50.6601778-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}