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": "49f8eb4c-7061-4008-a0bf-fb170d6d9bc0",
  "TrainingClassAttendeeID": "3a559f2c-f24b-4fce-91be-db93d141e346",
  "TestDefinitionID": "336994df-080e-419e-a1e5-66fbadc58074",
  "StartedDateTime": "2025-04-10T01:05:18.3408344-04:00",
  "CompletedDateTime": "2025-04-10T01:05:18.3408344-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": "6f75d319-45fd-4eee-b591-cfa2d81700f9",
  "TrainingClassAttendeeID": "c830361c-4404-4c4e-9a2c-0f11fecfd6f9",
  "TestDefinitionID": "a7d039fe-26b9-440f-b0e3-4a7789f5cecd",
  "StartedDateTime": "2025-04-10T01:05:18.3478334-04:00",
  "CompletedDateTime": "2025-04-10T01:05:18.3478334-04:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}