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": "d1d76e53-d9f3-4cec-8f69-3d19038deb36",
"TrainingClassAttendeeID": "b35246f1-dd74-4138-8181-3b5b698c2999",
"TestDefinitionID": "7d534979-89ab-4833-ac8b-a77a595ec05f",
"StartedDateTime": "2026-05-13T22:27:24.5860648-04:00",
"CompletedDateTime": "2026-05-13T22:27:24.5860648-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": "b80facb5-ca0e-4a2b-815c-bba094e1ab3e",
"TrainingClassAttendeeID": "92e2199b-9462-42aa-a2be-35119cf6ba86",
"TestDefinitionID": "8c7b383e-3ea7-4e9f-bab3-af62d7d9f6c0",
"StartedDateTime": "2026-05-13T22:27:24.7422998-04:00",
"CompletedDateTime": "2026-05-13T22:27:24.7422998-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}