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": "ead89af6-08a7-46b8-a4d2-f717d58a429e",
  "TrainingClassAttendeeID": "f05a078f-1d32-45b6-803c-9e02f4534e76",
  "TestDefinitionID": "0ae2d02b-db7a-413f-a216-92abf7c46798",
  "StartedDateTime": "2025-12-07T12:02:29.7436815-05:00",
  "CompletedDateTime": "2025-12-07T12:02:29.7436815-05: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": "dbda0f0c-7200-46b7-bd5c-74a216052d48",
  "TrainingClassAttendeeID": "226278fe-471d-454d-bce5-a1dc723b3dc8",
  "TestDefinitionID": "cf4da935-364a-474a-b688-6487d7bd7aaa",
  "StartedDateTime": "2025-12-07T12:02:29.7436815-05:00",
  "CompletedDateTime": "2025-12-07T12:02:29.7436815-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}