Nextcloud Deck icon

Nextcloud Deck

Consume NextCloud Deck API (v.0.1.3)

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

  1. Retrieve all archived stacks from a specific board to analyze past project phases.
  2. 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

Discussion