GET api/TestDefinitions/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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:
{
"TestDefinitionID": "3d2eebb7-9d2b-4ae9-8fa4-f3185a3c3505",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-09-17T14:51:31.5336434-04:00",
"ActiveEndDateTime": "2026-09-17T14:51:31.5336434-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "575c3e8b-f41b-416e-8c21-3fc3aa2e6f52"
}