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": "c71066fc-689f-4fc6-a69f-295154586878",
"TrainingClassAttendeeID": "575c9624-7298-4ee4-a068-8f5bcf7ec4ab",
"TestDefinitionID": "9755528e-f28a-4cef-9e6e-468d6dd8ef4c",
"StartedDateTime": "2026-08-03T13:45:48.9291938-04:00",
"CompletedDateTime": "2026-08-03T13:45:48.9291938-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": "a0527a06-7aea-420b-9c95-bd9026d34e39",
"TrainingClassAttendeeID": "f77e30fa-f81f-434e-b911-b9b3500149cc",
"TestDefinitionID": "edd3074f-8390-4573-afc6-020fa7dd5a5e",
"StartedDateTime": "2026-08-03T13:45:48.9448274-04:00",
"CompletedDateTime": "2026-08-03T13:45:48.9448274-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}