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": "5bc1feea-a9c9-4dbe-8449-6e3ad6731246",
"TrainingClassAttendeeID": "f3b61d75-122c-4942-830b-add4019f7292",
"TestDefinitionID": "b03091f5-c625-47a5-96f2-fcc3ee73dfc6",
"StartedDateTime": "2025-11-24T09:02:00.4214889-05:00",
"CompletedDateTime": "2025-11-24T09:02:00.4214889-05: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": "fcc25540-9b9b-4e4b-992d-31b8e90060f6",
"TrainingClassAttendeeID": "797db54f-3277-4cb4-bc61-a306eb016b14",
"TestDefinitionID": "a45512bd-6cc4-4a37-b26c-3a4c4088673d",
"StartedDateTime": "2025-11-24T09:02:00.4214889-05:00",
"CompletedDateTime": "2025-11-24T09:02:00.4214889-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}