vk_get_tasks_07bdccc5bc22
Get a specific comment on a Vikunja task by supplying the task ID and comment ID. The user must have read access to the task's comments.
Instructions
Get a task comment. Raw Vikunja REST proxy for GET /tasks/{taskID}/comments/{commentID}. Get a task comment. The user doing this need to have at least read access to the task this comment belongs to. 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. | |
| task_id | No | Task ID Required. | |
| commentID | No | Comment ID Required. | |
| commentId | No | Comment ID Required. | |
| comment_id | No | Comment ID Required. |