---
title: "List all taxonomies"
method: GET
path: "/hris/{connection_id}/taxonomy"
tags: ["hris", "taxonomy"]
---

# List all taxonomies

`GET /hris/{connection_id}/taxonomy`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `type` string
- `role_id` string
- `parent_id` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- HrisTaxonomy[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `type` 'SKILL' | 'KNOWLEDGE' | 'COMPETENCE' | 'ABILITY' | 'CERTIFICATION' | 'ROLE' | 'HOLIDAY'
  - `name` string
  - `description` string
  - `domain` string
  - `category` string
  - `subcategory` string
  - `parent_id` string
  - `alternative_names` string[] — synonyms / alternative labels
  - `url` string
  - `role_ids` string[] — ids of hris_taxonomy items of type ROLE that this skill relates to
  - `is_active` boolean
  - `raw` object

---

[API](https://skmtc.net/unified/apis/unified-to-api.md) · [All operations](https://skmtc.net/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unified/unified-to-api/revisions/aeeac8203aca/schema)
