vk_get_tasks_f2f5b2cb6ee4
Fetches all comments for a given task using its ID. Optionally sorts comments by ascending or descending order.
Instructions
Get all task comments. Raw Vikunja REST proxy for GET /tasks/{taskID}/comments. Get all task comments. The user doing this need to have at least read access to the 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 |
|---|---|---|---|
| taskID | No | Task ID Required. | |
| taskId | No | Task ID Required. | |
| orderBy | No | Sort order. Can be 'asc' for ascending or 'desc' for descending. Defaults to 'asc'. Optional. | |
| task_id | No | Task ID Required. | |
| order_by | No | Sort order. Can be 'asc' for ascending or 'desc' for descending. Defaults to 'asc'. Optional. |