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": "e7187a62-8260-4b1a-9e06-859fad3d46dd",
  "TrainingClassAttendeeID": "c192d53b-e406-42f9-b0e4-f4ce1dce8b88",
  "TestDefinitionID": "7a506f0f-a3f8-4ceb-8745-a55ebff8e450",
  "StartedDateTime": "2025-12-02T14:00:45.3869294-05:00",
  "CompletedDateTime": "2025-12-02T14:00:45.3869294-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": "62709d86-27d2-48ad-8204-9c78cd9ede39",
  "TrainingClassAttendeeID": "c415cbed-7a8e-4d4c-a91c-b2ec2f929934",
  "TestDefinitionID": "422505c1-566c-414f-a273-3781849648a6",
  "StartedDateTime": "2025-12-02T14:00:45.3869294-05:00",
  "CompletedDateTime": "2025-12-02T14:00:45.3869294-05:00",
  "Completed": true,
  "Passed": true,
  "CorrectAnswerCount": 6,
  "Deleted": true
}