Last updated 3 years ago
Return a collection of tests
Name of the organization | can be found in the URL
Test is the test that is created by the organization that can contain a test for one or more skill area
GET /{organization}/tests HTTP/1.1 Host: Authorization: Bearer YOUR_OAUTH2_TOKEN Accept: */*
Test collection after a successful request
[ { "id": 1, "created_at": "2025-06-05T12:09:15.402Z", "ended_at": "2025-06-05T12:09:15.402Z", "name": "text", "archived": true, "url": "text", "time_limit": "text", "password": "text" } ]