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 company skillareas

PreviousGet test skillareasNextGet test assessments

Last updated 3 years ago

Get skillareas in a test test

get

Retrieve the skillareas 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}/company-skillareas HTTP/1.1
Host: 
Accept: */*
[
  {
    "id": 1,
    "name": "text",
    "description": "text",
    "questions": 1,
    "time_limit": 1
  }
]