getPlanMonths
Retrieve all plan months for a specified plan using its ID. Optionally filter by server knowledge for incremental updates.
Instructions
Returns all plan months
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | The id of the plan. "last-used" can be used to specify the last used plan and "default" can be used if default plan selection is enabled (see: https://api.ynab.com/#oauth-default-plan). | |
| last_knowledge_of_server | No | The starting server knowledge. If provided, only entities that have changed since `last_knowledge_of_server` will be included. |