---
title: "Find skillarea by id"
method: GET
path: "/{organization}/skillareas/{skillarea}"
tags: ["company-skillarea"]
---

# Find skillarea by id

`GET /{organization}/skillareas/{skillarea}`

Returns a single skillarea

## Path parameters

- `organization` string, required
- `skillarea` integer, required

## Response `200`

successful operation

- CompanySkillarea — Skill areas that are created by the organization for own organization use.
  - `id` integer — Unique identifier of the skillaera
  - `name` string — Name of the skillarea
  - `description` string — Description of the skillarea
  - `questions` integer — Number of questions
  - `time_limit` integer — Time limit on the skillarea

## Other responses

- `400` — Invalid Skillarea
- `404` — Skillarea not found

---

[API](https://skmtc.net/kand/apis/kandio.md) · [All operations](https://skmtc.net/kand/apis/kandio/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kand/kandio/versions/07cae6abf6ca/schema)
