get_period_table
Retrieve the fiscal period overview for a year, listing period numbers, names, and start/end dates. Use it to map transaction dates to period names for reports.
Instructions
Retrieve the fiscal period table (periodeoverzicht) for a given fiscal year. Returns period numbers, names, and start/end dates. Use this to translate a transaction date into a period name for reports (e.g. "tot welke periode zijn afschrijvingen verwerkt").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yearId | Yes | Fiscal year as a 4-digit integer (e.g. 2025). | |
| administrationId | No | Administration ID (GUID). Defaults to YUKI_DOMAIN_ID env var. |