---
title: "GET /organization/department"
method: GET
path: "/organization/department"
tags: ["organization"]
---

# GET /organization/department

`GET /organization/department`

## Path parameters

- `organizationId` string, required

## Query parameters

- `parentId` string
- `search` string
- `includeChildrenDepartment` string

## Response `200`

Get department list successfully

- object[]
  - `id` string, required
  - `name` string, required
  - `parentId` string
  - `path` string[]
  - `pathName` string[]
  - `hasChildren` boolean, required

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
