Read allocation target figures
get_allocation_target_figuresMANAGEMENT data class. Read the current persisted allocation run at account × target × source × mode grain, with decimal-string allocated amounts. For step-down, filter allocation_sources=['step_down']; for profit centres, filter target_types=['profit_centre','sub_profit_centre']. Use filters before paging; the signed page_token is source-pinned, so restart at page 1 if source_changed. Target labels are cost-centre names as of the run and current profit-centre names; no owners, descriptions, source transactions, or recomputation are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | Management month in YYYY-MM. | |
| client_id | Yes | The entity (client) id — from list_clients. | |
| page_size | No | Rows per source-pinned page (default 50, max 200). | |
| page_token | No | Signed continuation from the prior page; restart without it if source_changed. | |
| target_types | No | Restrict to allocation target types. | |
| min_abs_amount | No | Minimum absolute allocated amount in rupees as a decimal string, e.g. '100000'. | |
| allocation_sources | No | Restrict to allocation sources. | |
| account_name_patterns | No | Up to 10 case-insensitive account-name substrings; any match is retained. |