vk_get_projects_76eb7fb509ab
Retrieve one link share by ID from a project's shares. This Vikunja API tool returns details for a specific share, requiring project and share IDs.
Instructions
Get one link shares for a project. Raw Vikunja REST proxy for GET /projects/{project}/shares/{share}. Returns one link share by its ID. 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 |
|---|---|---|---|
| share | No | Share ID Required. | |
| project | No | Project ID Required. |