get_gl_transactions_detailed
Retrieve detailed GL transactions by date range to find the last depreciation or salary booking period, with extra fields like document type and project code.
Instructions
Retrieve detailed transaction data for a GL account within a date range. Returns richer fields than get_transactions: document type, archive folder, fiscal period ID, project code, and mutation user. Leave glAccountCode empty to fetch all accounts. Use this to find the last period in which a depreciation or salary booking was made.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | End date in YYYY-MM-DD format (inclusive) | |
| startDate | Yes | Start date in YYYY-MM-DD format (inclusive) | |
| financialMode | No | Financial mode: '1' = fiscal (default), '0' = commercial. | 1 |
| glAccountCode | No | GL account code to filter (e.g. "0300" for depreciation). Leave empty for all accounts. | |
| administrationId | No | Administration ID (GUID). Defaults to YUKI_DOMAIN_ID env var. |