Kandio
  • Getting started
  • Overview
  • Authorization code flow
  • Release notes
  • Assessment
    • Get assessments
    • Find assessment
  • Skillarea
    • Get skillareas
    • Find skillarea
  • Company Skillareas
    • Get skillareas
    • Find skillareas
  • Tests
    • Get tests
    • Create test
    • Get test skillareas
    • Get test company skillareas
    • Get test assessments
    • Create test assessment
  • Webhooks
    • Get webhooks
    • Create webhook
    • Find webhook
    • Update webhook
    • Delete webhook
Powered by GitBook
On this page
  1. Tests

Get test assessments

PreviousGet test company skillareasNextCreate test assessment

Last updated 3 years ago

Find assessments by test

get

Retrieve the assessments under the test

Path parameters
organizationstringRequired

Name of the organization | can be found in the URL

teststringRequired

id of the test to return

Responses
200
successful operation
application/json
400
Invalid Test
404
Test not found
get
GET /{organization}/tests/{test}/assessments HTTP/1.1
Host: 
Accept: */*
[
  {
    "guid": "text",
    "created_at": "2025-06-05T11:41:21.313Z",
    "updated_at": "2025-06-05T11:41:21.313Z",
    "unlocked_at": "2025-06-05T11:41:21.313Z",
    "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"
  }
]