POST api/Tests

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
test
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TestID": "f0964a24-959f-4b24-85f0-f654abd3f40d",
  "TrainingClassAttendeeID": "be43b323-f72f-4be7-94d0-6843f658467f",
  "TestDefinitionID": "e39a9f42-78b8-4d0c-840e-e86c1a732cba",
  "StartedDateTime": "2025-09-15T19:27:26.3951953-04:00",
  "CompletedDateTime": "2025-09-15T19:27:26.3951953-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": "e39b0024-ffcf-4cbe-a6c3-baa4c062e4ca",
  "TrainingClassAttendeeID": "89914af3-0556-47af-93e9-445ffa2a18b8",
  "TestDefinitionID": "47db9544-9906-4957-940a-485f1470cefe",
  "StartedDateTime": "2025-09-15T19:27:26.4108043-04:00",
  "CompletedDateTime": "2025-09-15T19:27:26.4108043-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}