POST api/Tests
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| test | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TestID": "8d6572a3-5485-442a-86e2-8636071fd040",
"TrainingClassAttendeeID": "0f7fcff8-3a73-438e-8ea6-389b73781679",
"TestDefinitionID": "f3eb8251-941d-4976-b6b0-fb8555cce79c",
"StartedDateTime": "2026-08-24T15:31:20.3002578-04:00",
"CompletedDateTime": "2026-08-24T15:31:20.3002578-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"TestID": "f459d774-68f8-4731-ad2b-f2fc338f6541",
"TrainingClassAttendeeID": "918c76c6-1667-45dc-bb57-be01b6ff765c",
"TestDefinitionID": "c5d59875-16fe-43a4-9038-32dec87a71dd",
"StartedDateTime": "2026-08-24T15:31:20.3002578-04:00",
"CompletedDateTime": "2026-08-24T15:31:20.3002578-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}