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": "111c6ff5-2d52-4351-9f19-1783c5473779",
  "TrainingClassAttendeeID": "8d403219-fba2-4f75-960f-7edf18239127",
  "TestDefinitionID": "62296487-c773-4d5f-bdab-6425f98de9ac",
  "StartedDateTime": "2025-12-24T23:12:48.7060047-05:00",
  "CompletedDateTime": "2025-12-24T23:12:48.7060047-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": "b4cd3e1a-3375-42f8-9dc9-2ece1256ea54",
  "TrainingClassAttendeeID": "4d4aa0f9-a0c2-47c2-b834-c93cd37121aa",
  "TestDefinitionID": "8ad12929-8e1d-421e-894c-9c5d0b1c64ff",
  "StartedDateTime": "2025-12-24T23:12:48.7060047-05:00",
  "CompletedDateTime": "2025-12-24T23:12:48.7060047-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}