get_uctovne_zavierky
Retrieve accounting closure IDs modified since a specified date from the Slovak Registry of Financial Statements. Supports pagination to handle large datasets efficiently.
Instructions
Get list of accounting closure IDs changed since a given date. Returns up to max_zaznamov IDs (default 1000, max 10000). Use pokracovat_za_id for pagination when existujeDalsieId is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zmenene_od | Yes | Changes since date (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ) | |
| pokracovat_za_id | No | Continue after this ID for pagination | |
| max_zaznamov | No | Max records to return (max 10000, default 1000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | List of entity IDs | |
| existujeDalsieId | No | Whether more IDs exist for pagination |