Last updated 3 years ago
Name of the organization | can be found in the URL
Name of the test
Password of the test
Array of skill areas to be included into the assessment
Test is the test that is created by the organization that can contain a test for one or more skill area
POST /{organization}/tests HTTP/1.1 Host: Content-Type: application/x-www-form-urlencoded Accept: */* Content-Length: 50 "name='text'&password='text'&skillareas=[1]"
successful operation
{ "id": 1, "created_at": "2025-06-05T08:55:48.665Z", "ended_at": "2025-06-05T08:55:48.665Z", "name": "text", "archived": true, "url": "text", "time_limit": "text", "password": "text" }