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": "b123baeb-53a5-4be3-85d5-80ee8ec8ad7e",
"TrainingClassAttendeeID": "f2f44db5-5bca-47d4-a4a9-4e975828af60",
"TestDefinitionID": "e1c62ef3-a2d0-4d2d-abc7-4cee03ea8f91",
"StartedDateTime": "2026-05-04T06:52:06.6448007-04:00",
"CompletedDateTime": "2026-05-04T06:52:06.6448007-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": "c16fa792-902d-41a7-87cd-75058af1efba",
"TrainingClassAttendeeID": "9058c386-0288-4974-800e-5815be6a74aa",
"TestDefinitionID": "d795d7d5-1091-4e00-b4fc-96bcf40a93e6",
"StartedDateTime": "2026-05-04T06:52:06.6448007-04:00",
"CompletedDateTime": "2026-05-04T06:52:06.6448007-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}