v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBGet account balance history config v1
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
Division code registered in the Create division endpoint.
Query parameters
Should the previous account balances history by division code be returned?
If true, returns the previous account balances history configuration by division code. Default is false.
For example, if you use Update account balance history config to update an existing balance history configuration, specifying true in this field returns both the current balance history configuration and the previous ones.
There is no limit to how many previous balance history configurations can be returned.
Starting point for the results list. Default is 0
Maximum results to return. Default is 20. Maximum is 200.
Response
OK
Example response
{
"cycle_closing_time": "22:00:00",
"cycle_event_delay": 15,
"cycle_config_validity": {
"start": "2023-04-01T22:10:00Z",
"end": "2023-05-01T22:10:00Z"
},
"previous": [
{
"cycle_closing_time": "22:00:00",
"cycle_event_delay": 15,
"updated_at": "2025-05-19T12:41:18.373248Z",
"cycle_config_validity": {
"start": "2023-04-01T22:10:00Z",
"end": "2023-05-01T22:10:00Z"
}
}
]
}