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": "b5e69ce7-d5a7-4630-b94c-98198b5b3407",
"TrainingClassAttendeeID": "b89211f4-fa31-4f65-9869-70f80c34028b",
"TestDefinitionID": "bf405bba-5c12-45eb-bb0f-0fdcd30783e9",
"StartedDateTime": "2026-04-28T21:56:05.9219144-04:00",
"CompletedDateTime": "2026-04-28T21:56:05.9219144-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": "81579d13-3438-4836-acf2-e337c0b06e3a",
"TrainingClassAttendeeID": "f46c670c-2b53-470a-8c88-29cd72644e62",
"TestDefinitionID": "9b39745b-cd65-48a2-ad04-120be56fcdcc",
"StartedDateTime": "2026-04-28T21:56:06.0781529-04:00",
"CompletedDateTime": "2026-04-28T21:56:06.0781529-04:00",
"Completed": true,
"Passed": true,
"CorrectAnswerCount": 6,
"Deleted": true
}