vk_get_projects_9602e3579c88
Retrieves all link shares for a Vikunja project. Enables reviewing and managing project access through share links.
Instructions
Get all link shares for a project. Raw Vikunja REST proxy for GET /projects/{project}/shares. Returns all link shares which exist for a given project 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 shares by hash. Optional. | |
| page | No | The page number. Used for pagination. If not provided, the first page of results is returned. Optional. | |
| perPage | No | The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional. | |
| project | No | Project 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. |