Actions22
- boards Actions
- boards ACL Actions
- Stacks Actions
- Cards Actions
Overview
This node interacts with the Nextcloud Deck API to list archived stacks within a specified board. It is useful for users who want to retrieve and manage archived stacks in their project boards, enabling better organization and access to historical data. For example, a project manager can use this node to fetch all archived stacks from a board to review completed tasks or archived workflows.
Use Case Examples
- Retrieve all archived stacks from a specific board to analyze past project phases.
- Automate the process of listing archived stacks for reporting or backup purposes.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to access the Nextcloud Deck API, either via Access Token or OAuth2. |
| Board ID | The unique identifier of the board from which to list archived stacks. This is a required field. |
Output
JSON
id- Unique identifier of the archived stack.title- Title of the archived stack.order- Order or position of the stack within the board.type- Type of the stack.description- Description of the stack.dueDate- Due date associated with the stack, if any.
Dependencies
- Nextcloud Deck API
Troubleshooting
- Ensure the Board ID is correctly specified and exists in the Nextcloud Deck instance.
- Verify that the authentication credentials (Access Token or OAuth2) are valid and have the necessary permissions to access the board and its stacks.
- Common error messages include authentication failures, invalid board ID, or network issues. Check credentials and network connectivity to resolve these.
Links
- Nextcloud Deck Official Site - Official site for Nextcloud Deck, providing information about the product.
- Nextcloud API Documentation - Official API documentation for Nextcloud, useful for understanding API endpoints and usage.
