vk_get_notifica_4bf31ea26a70
Fetch the current user's notifications from Vikunja. Supports pagination via page and perPage parameters to manage large result sets.
Instructions
Get all notifications for the current user. Raw Vikunja REST proxy for GET /notifications. Returns an array with all notifications for the current user. This endpoint does not usually require a request body. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number. Used for pagination. If not provided, the first page of results is returned. Optional. | |
| perPage | No | The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional. | |
| per_page | No | The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional. |