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": "371748ad-5e14-4197-975c-ebb2582d87a8",
  "TrainingClassAttendeeID": "c561bb0e-45c8-4bb2-912c-38eb9b6a1864",
  "TestDefinitionID": "c9e442f4-a0ca-484f-87c8-17f8e6ab43c0",
  "StartedDateTime": "2025-12-13T00:46:02.7372884-05:00",
  "CompletedDateTime": "2025-12-13T00:46:02.7372884-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": "3b1a87fa-a3aa-40f1-8d62-e4e277596d50",
  "TrainingClassAttendeeID": "d13ac44e-ccc7-45f5-bddc-4145acd376ab",
  "TestDefinitionID": "bbbd38a3-8f14-456a-952b-8c517b899c3b",
  "StartedDateTime": "2025-12-13T00:46:02.7372884-05:00",
  "CompletedDateTime": "2025-12-13T00:46:02.7372884-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}