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. Assessment

Find assessment

PreviousGet assessmentsNextGet skillareas

Last updated 3 years ago

Find assessment by slug

get

Returns a single assessment

Path parameters
organizationstringRequired

Name of the organization | can be found in the URL

assessmentstringRequired

Slug of assessment to return

Responses
200
successful operation
application/json
400
Invalid Assessment
404
Assessment not found
get
GET /{organization}/assessments/{assessment} HTTP/1.1
Host: 
Accept: */*
{
  "guid": "text",
  "created_at": "2025-06-05T08:54:02.033Z",
  "updated_at": "2025-06-05T08:54:02.033Z",
  "unlocked_at": "2025-06-05T08:54:02.033Z",
  "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"
}