---
title: "Retrieves the details of a single department code"
method: GET
path: "/v1/departmentCodes/{departmentCodeId}"
tags: ["ReferenceData"]
---

# Retrieves the details of a single department code

`GET /v1/departmentCodes/{departmentCodeId}`

Retrieve the details of a single department code (required scope stock:read)

## Path parameters

- `departmentCodeId` integer, required

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- ReadDepartmentCodeModel — Represents a model for reading department code information
  - `id` integer — The unique identifier of the department code
  - `code` string — The department code the identifies departments within the organisation
  - `description` string — Description of the department code
  - `createdAt` string, date-time — The date and time when the record was created

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
