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": "ba621995-093c-4bf7-9abd-8487ba359ce6",
"TrainingClassAttendeeID": "0ea440f8-1945-4601-8b19-c228c76f743c",
"TestDefinitionID": "c2e0e390-9396-4f39-b285-165ed809c859",
"StartedDateTime": "2026-05-23T16:59:22.2391418-04:00",
"CompletedDateTime": "2026-05-23T16:59:22.2391418-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": "ad25d5b1-86ad-416e-86c7-8c2c2912f8df",
"TrainingClassAttendeeID": "89220453-6a5e-4721-99e3-d6336b022439",
"TestDefinitionID": "1e1fd971-0f12-4d10-96e9-5f2d23adedd2",
"StartedDateTime": "2026-05-23T16:59:22.4266361-04:00",
"CompletedDateTime": "2026-05-23T16:59:22.4266361-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}