vk_get_kind_0ad7494fdd0d
Fetch all reactions for a specific task or comment in Vikunja by providing the entity kind and ID. Get the complete list of reactions for that entity.
Instructions
Get all reactions for an entity. Raw Vikunja REST proxy for GET /{kind}/{id}/reactions. Returns all reactions for an entity 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 | Entity ID Required. | |
| kind | No | The kind of the entity. Can be either `tasks` or `comments` for task comments Required. |