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": "1926ea87-caae-493f-8c87-c9328d6037c7",
  "TrainingClassAttendeeID": "1a31744e-7b76-447a-8ab2-3e6429904bdb",
  "TestDefinitionID": "2c67b0c0-4825-40bd-afd5-ff655b0eb28b",
  "StartedDateTime": "2025-12-26T06:38:28.3718246-05:00",
  "CompletedDateTime": "2025-12-26T06:38:28.3718246-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": "f341762e-7b9e-4197-9f75-6ef6286579f7",
  "TrainingClassAttendeeID": "ab129e13-e201-489c-98e2-cf7883217da9",
  "TestDefinitionID": "721e7326-997b-41aa-9a74-a01c472333fb",
  "StartedDateTime": "2025-12-26T06:38:28.3718246-05:00",
  "CompletedDateTime": "2025-12-26T06:38:28.3718246-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}