Nextcloud Deck icon

Nextcloud Deck

Consume NextCloud Deck API (v.0.1.3)

Overview

This node interacts with the Nextcloud Deck API to manage boards and related entities. Specifically, the 'boards' resource with the 'Get' operation retrieves detailed information about a specific board by its ID. This is useful for workflows that need to fetch board details for project management, task tracking, or collaboration purposes within Nextcloud Deck.

Use Case Examples

  1. Retrieve a board's details by providing its ID to display or process board information in an automation workflow.
  2. Use the node to get board metadata before updating or managing stacks and cards within that board.

Properties

Name Meaning
Authentication Method of authentication to access the Nextcloud Deck API, either via Access Token or OAuth2.
ID The unique identifier of the board to retrieve. This is required to specify which board's details to fetch.

Output

JSON

  • id - The unique identifier of the board.
  • title - The title or name of the board.
  • color - The color associated with the board.
  • createdAt - Timestamp when the board was created.
  • updatedAt - Timestamp when the board was last updated.
  • otherProperties - Additional properties returned by the Nextcloud Deck API for the board.

Dependencies

  • Nextcloud Deck API

Troubleshooting

  • Ensure the board ID provided is correct and exists in the Nextcloud Deck instance to avoid 'not found' errors.
  • Verify that the authentication credentials (Access Token or OAuth2) are valid and have sufficient permissions to access the board data.
  • Common error messages include API request failures due to invalid credentials, network issues, or incorrect board ID. Check the error message details for troubleshooting.

Links

Discussion