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": "85e8b64c-38cb-4472-89a5-149988397fe8",
  "TrainingClassAttendeeID": "b13a0cb4-0ad2-4dad-804e-e6cbff63fa23",
  "TestDefinitionID": "8d765b7d-cdcf-43c5-9852-42467ddb8f69",
  "StartedDateTime": "2025-11-25T12:26:43.7285079-05:00",
  "CompletedDateTime": "2025-11-25T12:26:43.7285079-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": "938cbb8d-b3c7-40aa-ab1d-c40e88b5779a",
  "TrainingClassAttendeeID": "add3fc6a-f35a-42a1-83a4-581cec1ebd47",
  "TestDefinitionID": "b3e85d4e-f2d4-4451-892e-74a6acc68db8",
  "StartedDateTime": "2025-11-25T12:26:43.7285079-05:00",
  "CompletedDateTime": "2025-11-25T12:26:43.7285079-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}