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": "2557a8f0-4a16-4e38-81e8-6809823aa929",
  "TrainingClassAttendeeID": "24b0cb20-9355-4652-bbb2-d73bf43fa942",
  "TestDefinitionID": "6a473b33-90e2-4d18-bb38-5bad45fb2caa",
  "StartedDateTime": "2026-05-17T23:42:06.3633812-04:00",
  "CompletedDateTime": "2026-05-17T23:42:06.3633812-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": "12f6fb08-effc-4e81-a0f1-c145a6bc6a7e",
  "TrainingClassAttendeeID": "4f1a9f8f-baf6-43a5-9f30-0e29524b3cd0",
  "TestDefinitionID": "4a588858-aa1f-4e7c-8768-8dd754e6340a",
  "StartedDateTime": "2026-05-17T23:42:06.5040019-04:00",
  "CompletedDateTime": "2026-05-17T23:42:06.5040019-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}