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": "75b2f3ad-3dcd-403c-9f74-4f4678243260",
"TrainingClassAttendeeID": "8e512b03-4367-4d1e-a2f1-8a48040c3554",
"TestDefinitionID": "ffea5ad9-d955-4018-a0d8-805542e9a33a",
"StartedDateTime": "2026-06-20T21:45:17.767774-04:00",
"CompletedDateTime": "2026-06-20T21:45:17.767774-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": "9931a9b6-f9bf-4d44-b424-1f0f6c64c997",
"TrainingClassAttendeeID": "0026e64f-e042-4541-abcb-455255b323ea",
"TestDefinitionID": "02f9af10-8af6-4f28-bfb0-f9ced0bf5409",
"StartedDateTime": "2026-06-20T21:45:17.9552762-04:00",
"CompletedDateTime": "2026-06-20T21:45:17.9552762-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}