vk_get_tasks_559e34c16db8
Retrieve all assignees for a specific Vikunja task using its task ID. Supports pagination and searching assignees by username.
Instructions
Get all assignees for a task. Raw Vikunja REST proxy for GET /tasks/{taskID}/assignees. Returns an array with all assignees for this 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 |
|---|---|---|---|
| s | No | Search assignees by their username. Optional. | |
| page | No | The page number. Used for pagination. If not provided, the first page of results is returned. Optional. | |
| taskID | No | Task ID Required. | |
| taskId | No | Task ID Required. | |
| perPage | No | The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional. | |
| task_id | No | Task ID Required. | |
| per_page | No | The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional. |