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": "ecf60e49-94c5-4746-8eff-98d687f9016f",
"TrainingClassAttendeeID": "2885561e-8593-4f0c-ae1e-28c52276b308",
"TestDefinitionID": "7a5be378-1f27-45af-af2b-f3be23bdda5b",
"StartedDateTime": "2026-05-14T22:51:53.5877567-04:00",
"CompletedDateTime": "2026-05-14T22:51:53.5877567-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": "bf4e0663-5a8c-474d-a6c6-2c67039c134d",
"TrainingClassAttendeeID": "c63086ec-b33d-44fd-a7d7-05d50e6eb1e4",
"TestDefinitionID": "a25f1ee8-6967-4ea2-96c7-afd919e4eb62",
"StartedDateTime": "2026-05-14T22:51:53.6033702-04:00",
"CompletedDateTime": "2026-05-14T22:51:53.6033702-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}