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": "dd83e5f3-6bc2-4256-a84c-3a4e9a1da6ae",
"TrainingClassAttendeeID": "4ea20b2e-b82f-42cb-955f-a711e7ccbdae",
"TestDefinitionID": "157176c8-6122-4619-a4c3-7622f7f95b0d",
"StartedDateTime": "2026-08-30T03:35:47.982504-04:00",
"CompletedDateTime": "2026-08-30T03:35:47.982504-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": "301544bb-8e47-418a-b251-07b1c5fa14a9",
"TrainingClassAttendeeID": "d902d99b-0026-4476-b6bd-de9df7460356",
"TestDefinitionID": "c0ba7a79-4582-4786-835a-e257bec90020",
"StartedDateTime": "2026-08-30T03:35:48.1387562-04:00",
"CompletedDateTime": "2026-08-30T03:35:48.1387562-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}