vk_get_projects_bea128e9f35a
List all webhook targets configured for a given project. Pass the project ID to fetch its webhook endpoints for integration or verification.
Instructions
Get all api webhook targets for the specified project. Raw Vikunja REST proxy for GET /projects/{id}/webhooks. Get all api webhook targets for the specified project. 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 |
|---|---|---|---|
| id | No | Project ID Required. | |
| 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 bucket per page. This parameter is limited by the configured maximum of items per page. Optional. | |
| per_page | No | The maximum number of items per bucket per page. This parameter is limited by the configured maximum of items per page. Optional. |