Last updated 3 years ago
Return a collection of assessments
Name of the organization | can be found in the URL
Assessment that has taken by the candidate. This is linked to the test and the candidate.
GET /{organization}/assessments HTTP/1.1 Host: Authorization: Bearer YOUR_OAUTH2_TOKEN Accept: */*
Assessments collection after a successful request
[ { "guid": "text", "created_at": "2025-06-05T08:24:17.979Z", "updated_at": "2025-06-05T08:24:17.979Z", "unlocked_at": "2025-06-05T08:24:17.979Z", "tests_id": 1, "candidate_id": 1, "archived": true, "locked": true, "anonymized": true, "status": "text", "time": 1, "human_time": "text", "rating": 1, "remark": "text", "time_limit": 1, "human_time_limit": "text", "breaks": "text" } ]