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": "7f781917-ac52-445b-8471-093ce9e85722",
"TrainingClassAttendeeID": "cf4e3509-c34d-4eb2-a26c-f688a1b0c6a8",
"TestDefinitionID": "15d18407-7772-4a55-916d-c3e851cd026d",
"StartedDateTime": "2026-08-17T15:20:51.9216603-04:00",
"CompletedDateTime": "2026-08-17T15:20:51.9216603-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": "df327029-c847-474b-983b-bae7b584ee79",
"TrainingClassAttendeeID": "35590a44-0184-471c-9a61-cae938121b8a",
"TestDefinitionID": "85861d6d-a9d5-4cad-8e13-67d28f32c0a7",
"StartedDateTime": "2026-08-17T15:20:51.9372547-04:00",
"CompletedDateTime": "2026-08-17T15:20:51.9372547-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}