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": "72998440-293c-4269-802f-2c1d9624aada",
"TrainingClassAttendeeID": "2a280e46-038b-44b1-a276-36ebfbd3469d",
"TestDefinitionID": "3fe45d5a-3751-43d2-885c-97aaf7f9d2a1",
"StartedDateTime": "2026-06-06T18:35:40.3537393-04:00",
"CompletedDateTime": "2026-06-06T18:35:40.3537393-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": "6e156f36-6564-4925-86e3-8ce52312a3c4",
"TrainingClassAttendeeID": "36ec6e3c-ef74-4101-80e8-d37af75e7171",
"TestDefinitionID": "32a392e6-0c51-4662-baac-af3893c24477",
"StartedDateTime": "2026-06-06T18:35:40.3537393-04:00",
"CompletedDateTime": "2026-06-06T18:35:40.3537393-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}