vk_get_tasks_2f9eac1bb74d
Fetch all attachments for a given task ID. Obtain a paginated list of files associated with a Vikunja task.
Instructions
Get all attachments for one task.. Raw Vikunja REST proxy for GET /tasks/{id}/attachments. Get all task attachments for one task. 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 | Task 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 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. |