vk_get_projects_f38653f9871e
List all Vikunja projects the authenticated user can access, with options for search, pagination, and including archived projects.
Instructions
Get all projects a user has access to. Raw Vikunja REST proxy for GET /projects. Returns all projects a user has access 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 |
|---|---|---|---|
| s | No | Search projects by title. Optional. | |
| page | No | The page number. Used for pagination. If not provided, the first page of results is returned. Optional. | |
| expand | No | If set to `permissions`, Vikunja will return the max permission the current user has on this project. You can currently only set this to `permissions`. Optional. | |
| perPage | No | The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional. | |
| per_page | No | The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional. | |
| isArchived | No | If true, also returns all archived projects. Optional. | |
| is_archived | No | If true, also returns all archived projects. Optional. |