---
title: "Retrieve Department"
method: GET
path: "/v2/company/{company_id}/departments/{department_id}"
tags: ["Departments"]
---

# Retrieve Department

`GET /v2/company/{company_id}/departments/{department_id}`

## Path parameters

- `company_id` integer, required
- `department_id` integer, required

## Headers

- `x-api-version` string — An API version
- `x-company-guid` string, uuid

## Response `200`

OK

- object
  - `object` 'department', required
  - `data` object
    - `id` number, required — Department ID
    - `company_id` number, required — Company ID
    - `location_id` number, required — Location ID
    - `name` string, required — Department name
    - `default` boolean, required — If true department is set as the default for the location
    - `deleted` string, nullable, required — If true the location is deleted
    - `created` string, required
    - `modified` string, required

## Other responses

- `403` — Forbidden
- `404` — Not found
- `500` — Server Error

---

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