Actions22
- boards Actions
- boards ACL Actions
- Stacks Actions
- Cards Actions
Overview
This node interacts with the Nextcloud Deck API to manage stacks within a specified board. Specifically, the 'Stacks - List' operation retrieves a list of archived stacks for a given board ID. This is useful for users who want to programmatically access and manage archived stacks in their Nextcloud Deck boards, such as for reporting, backup, or integration with other tools.
Use Case Examples
- List all archived stacks in a specific board by providing the board ID.
- Use the node to fetch archived stacks and then process or display them in another workflow step.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Access Token or OAuth2. |
| Board ID | The unique identifier of the board whose archived stacks are to be listed. This is a required string input. |
Output
JSON
id- Unique identifier of the stack.title- Title of the stack.order- Order position of the stack within the board.type- Type of the stack.description- Description of the stack.dueDate- Due date associated with the stack.
Dependencies
- Nextcloud Deck API
Troubleshooting
- Ensure the provided Board ID is correct and the board exists; otherwise, the API may return an error or empty result.
- Authentication errors may occur if the access token or OAuth2 credentials are invalid or expired; verify and refresh credentials as needed.
- If the API returns an error object with a 'name' property equal to 'Error', the node throws a NodeApiError; check the error message for details.
Links
- Nextcloud Deck - Official Nextcloud Deck project page.
- Nextcloud API Documentation - General API documentation for Nextcloud, useful for understanding API endpoints and authentication.
