---
title: "List departments"
method: GET
path: "/v3/departments"
tags: ["Departments"]
---

# List departments

`GET /v3/departments`

Departments synced from the connected ERP (QuickBooks, NetSuite, or Sage Intacct). Can be populated on an obligation or billing term.

## Response `200`

Get departments

- object
  - `payload` object, required — Response payload, will be empty when success is false
    - `data` DepartmentModelDto[]
      - `id` string, required — The ID of the department
      - `name` string, required — The name of the department
      - `fullName` string, required — The fully qualified name of the department
      - `externalId` string, required — The external ID of the department in the source ERP
  - `success` boolean, required — Boolean with true=success, false=failure
  - `message` string, required — Plain-text description of the result
  - `error` IntegratorsApiError, required
    - `code` number, required — API response code
    - `message` string, required — API response message
    - `details` object — Additional details about the error

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
