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": "2dc18fa4-dbac-46f2-9cff-54fc1b108416",
"TrainingClassAttendeeID": "078c16c3-1715-4926-b9ee-3627ea0c1135",
"TestDefinitionID": "3899a897-9adc-4bf6-bde3-9d5008c0248a",
"StartedDateTime": "2026-06-27T21:59:38.4464002-04:00",
"CompletedDateTime": "2026-06-27T21:59:38.4464002-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": "be544957-f08c-4bb3-ac5f-2fe38151f028",
"TrainingClassAttendeeID": "854b742b-7e3a-4118-8fd3-01f878807d86",
"TestDefinitionID": "901d97c9-5185-4075-a27f-a22b18e33e1d",
"StartedDateTime": "2026-06-27T21:59:38.4464002-04:00",
"CompletedDateTime": "2026-06-27T21:59:38.4464002-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}