---
title: "Get account balance history config v1"
method: GET
path: "/bank-statements/v1/account-balances/history/config/{divisionCode}"
tags: ["Bank statements"]
---

# Get account balance history config v1

`GET /bank-statements/v1/account-balances/history/config/{divisionCode}`

Get the current account balance history configuration by division code.

Also returns previous configurations if you pass the query parameter `showPrevious` set to `true`.

## Path parameters

- `divisionCode` string, required

## Query parameters

- `showPrevious` boolean
- `offset` integer
- `limit` integer

## Response `200`

OK

- GetAccountBalanceHistoryConfigurationResponse — Get account balance history configuration response object
  - `cycle_closing_time` string, time — Time of day the cycle closes for a division. This time follows the timezone configured in division. You can find the division timezone using the [Get division by code](https://developers.pismo.io/pismo-docs/reference/get-division-by-code-v2) endpoint.
  - `cycle_event_delay` integer — The cycle event delay specifies how many minutes after `cycle_closing_time` the account balance history event is issued for each account in the division.
  - `cycle_config_validity` CycleConfigValidity — The start and end date/time indicating when the cycle configuration becomes valid or invalid.
    - `start` string, datetime — The date and time when the configuration becomes valid. Format = `yyyy-mm-dd:hr:mm:ss`.
    - `end` string, datetime — The date and time when the configuration ends. Format = `yyyy-mm-dd:hr:mm:ss`.
  - `previous` PreviousAccountBalanceHistoryConfig[] — List of previous configurations of the division account balance history.
    - `cycle_closing_time` string, time — Time of day the cycle closes for a division. This time follows the timezone configured in division. You can find the division timezone using the [Get division by code](https://developers.pismo.io/pismo-docs/reference/get-division-by-code-v2) endpoint.
    - `cycle_event_delay` integer — The cycle event delay specifies how many minutes after `cycle_closing_time` the account balance history event is issued for each account in the division.
    - `updated_at` string — Date/time the configuration was updated. Format is ISO 8601 (`YYYY-MM-DDThh:mm:ss.ffffffz`).
    - `cycle_config_validity` CycleConfigValidity — The start and end date/time indicating when the cycle configuration becomes valid or invalid.
      - `start` string, datetime — The date and time when the configuration becomes valid. Format = `yyyy-mm-dd:hr:mm:ss`.
      - `end` string, datetime — The date and time when the configuration ends. Format = `yyyy-mm-dd:hr:mm:ss`.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal server error

---

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