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": "4ddfb7fe-d954-4bba-abba-df7bcbf0e1f8",
"TrainingClassAttendeeID": "6935d653-c6a6-4cbf-8372-de824dc789a8",
"TestDefinitionID": "6a567ae1-89fd-4ead-a919-5dfa96ee5ad2",
"StartedDateTime": "2026-02-28T15:54:16.4953515-05:00",
"CompletedDateTime": "2026-02-28T15:54:16.4953515-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": "179e10fe-cfd8-457b-92a5-6cca37ba195a",
"TrainingClassAttendeeID": "6ff7ddb5-b329-40d6-a0bd-6455361a5647",
"TestDefinitionID": "f538d440-3275-4173-9074-ac928fbad8a7",
"StartedDateTime": "2026-02-28T15:54:16.4953515-05:00",
"CompletedDateTime": "2026-02-28T15:54:16.4953515-05:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}