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": "ae436bd9-33f5-45c9-8180-6f82375371bf",
  "TrainingClassAttendeeID": "303d4554-0c3b-4a05-82ce-4875daab0a21",
  "TestDefinitionID": "e42eba65-b7ac-4141-b278-4b016eed638a",
  "StartedDateTime": "2025-12-09T13:31:17.2197154-05:00",
  "CompletedDateTime": "2025-12-09T13:31:17.2197154-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": "e40955cd-5f7e-4225-9317-59aa1fe7c2b5",
  "TrainingClassAttendeeID": "af08e82d-7e20-4cc5-ac02-19994ec67754",
  "TestDefinitionID": "28c3b23e-f15a-4907-a136-d3ce0010340e",
  "StartedDateTime": "2025-12-09T13:31:17.2197154-05:00",
  "CompletedDateTime": "2025-12-09T13:31:17.2197154-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}