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": "b7239eb6-6609-45c0-a76b-0bf6a11818d9", "TrainingClassAttendeeID": "faffac1f-39eb-4390-981b-be1b5dc7c816", "TestDefinitionID": "cb20a22a-f424-4457-a2f9-13521854aebe", "StartedDateTime": "2025-10-02T17:16:06.246505-04:00", "CompletedDateTime": "2025-10-02T17:16:06.246505-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": "b66c1d1f-36b9-4bf7-8e98-f521bb911153", "TrainingClassAttendeeID": "209d712e-bffd-4a05-ae4d-7170bec4472f", "TestDefinitionID": "6e143348-c1a6-465e-9e7e-9d60cf3f7a22", "StartedDateTime": "2025-10-02T17:16:06.246505-04:00", "CompletedDateTime": "2025-10-02T17:16:06.246505-04:00", "Completed": true, "Passed": true, "CorrectAnswerCount": 6, "Deleted": true }