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": "0c6768f6-a403-4618-ba0d-d7cf136e755d",
  "TrainingClassAttendeeID": "5b2e2fc9-2b4e-4cc1-937b-d05e65e68e68",
  "TestDefinitionID": "2823d217-0bf7-4f5a-b678-4f1ec84901d1",
  "StartedDateTime": "2025-10-18T08:02:24.2698666-04:00",
  "CompletedDateTime": "2025-10-18T08:02:24.2698666-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": "7d358a5f-2013-44ec-abb0-30f2c8f94e2a",
  "TrainingClassAttendeeID": "5112f5ea-146b-4087-8349-536d5c27a2b6",
  "TestDefinitionID": "bd59755a-03f9-4d29-8325-ad752327990b",
  "StartedDateTime": "2025-10-18T08:02:24.2698666-04:00",
  "CompletedDateTime": "2025-10-18T08:02:24.2698666-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}