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": "dbe59e4b-aec6-48f0-8eea-00c5c85402a9",
"TrainingClassAttendeeID": "b2b2a817-4621-462e-95bc-a3811617c885",
"TestDefinitionID": "1e48a34d-2010-46e5-9d39-5b4d58e0cbef",
"StartedDateTime": "2026-06-08T03:10:03.5022875-04:00",
"CompletedDateTime": "2026-06-08T03:10:03.5022875-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": "1936022b-ebcf-4756-8b3a-736ad949bf9b",
"TrainingClassAttendeeID": "67470991-e452-4a88-b2a8-7ecedb8796b0",
"TestDefinitionID": "7042c18c-bd06-451b-bf10-3c81394829fb",
"StartedDateTime": "2026-06-08T03:10:03.5022875-04:00",
"CompletedDateTime": "2026-06-08T03:10:03.5022875-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}