---
title: "Get division"
method: GET
path: "/corporate/v2/divisions/{divisionCode}"
tags: ["Divisions"]
---

# Get division

`GET /corporate/v2/divisions/{divisionCode}`

Retrieves a division by its division code.

## Path parameters

- `divisionCode` string, required

## Response `200`

Get division response

- GetDivisionResponseV2 — Get division response body
  - `hierarchy_id` string, uuid, required — Hierarchy ID generated by the [Create hierarchy](https://developers.pismo.io/pismo-docs/reference/post-hierarchies) endpoint.
  - `level_id` string, uuid, required — Level ID generated by the [Create hierarchy](https://developers.pismo.io/pismo-docs/reference/post-hierarchies) endpoint.
  - `name` string, required — Division name
  - `division_id` string, uuid — Pismo generates the division ID when you use the [Create division](https://developers.pismo.io/pismo-docs/reference/post-division-v2) endpoint.
  - `administrative_division_id` integer — Administrative division ID. Specifying an administrative division ID in this field links your division to it. This is useful when you want to use the holidays defined in that administrative division.
  - `parent_code` string — Division code that can be set as the parent of the division being created. The parent must be at a level with a lower index than the division being created. It must comply with the rule `^[a-zA-Z0-9-]+$`.
  - `description` string, nullable — Division description
  - `timezone` string — Division timezone in timezone database format.<br> This value is used in the calculations for holidays, weekends, and daily balances. If a timezone is not specified, the division inherits the timezone from its parent division. If the parent division also lacks a specified timezone, Pismo defaults to using UTC. To clear this field, specify an empty string.
  - `program_ids` integer[] — List of allowed program IDs. The programs must belong to the organization. This list is used for validation during the [Create transaction banking account](https://developers.pismo.io/pismo-docs/reference/post-account) process. You can retrieve the organization programs using the [List programs](https://developers.pismo.io/pismo-docs/reference/programs-1) endpoint. If no program IDs are specified, this division inherits the `program_ids` list from the parent division, if it exists.
  - `schema` SchemaCreateTransactionBankingAccount — Valid JSON schema as specified in https://json-schema.org/specification.html. Used to validate the JSON of custom fields in the [Create transaction banking account](https://developers.pismo.io/pismo-docs/reference/post-account) process. If this field is not set, the division inherits its schema from the parent division, if it exists.

## Other responses

- `401` — Access token is missing or invalid
- `403` — The request has been lost
- `404` — Not Found
- `500` — Internal server error

---

[API](https://skmtc.dev/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.dev/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
