v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBBank statements
List account balance history config v2
List account balance history configurations by division, organization, or program ID.
get/bank-statements/v2/account-balances/history/config
Query parameters
targetType'DIVISION' | 'ORGANIZATION' | 'PROGRAM' required
Balance history configuration to list. If you don't specify a type, all types are listed.
balanceHistoryConfigOffsetinteger
Starting point for the results list. Default is 0.
balanceHistoryConfigLimitinteger
Maximum number of items per page. Defaults to 10
Response
Created
Example response
{
"pagination": {
"has_next": true,
"limit": 10,
"offset": 10
},
"items": {
"id": "ee665f37-340f-461e-b520-af3b1b61c6ee",
"target_type": "DIVISION",
"target_id": "my-division-code",
"cycle_closing_time": "23:00:00",
"cycle_event_delay": 15,
"cycle_config_validity": {
"start": "2023-04-01T22:10:00Z",
"end": "2023-05-01T22:10:00Z"
}
}
}