Actions22
- boards Actions
- boards ACL Actions
- Stacks Actions
- Cards Actions
Overview
This node interacts with the Nextcloud Deck API to manage boards and related entities such as stacks and cards. It supports operations like listing, creating, updating, and deleting boards, as well as managing board access control lists (ACLs), stacks, and cards. The node is useful for automating project management workflows within Nextcloud Deck, such as retrieving a list of boards, creating new boards, or updating existing ones.
Use Case Examples
- List all boards in Nextcloud Deck to display them in a dashboard.
- Create a new board automatically when a new project is initiated.
- Update board details based on changes in project status.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate API requests, either via Access Token or OAuth2. |
| Additional Parameters | Optional parameters to customize the list operation, such as requesting detailed information. |
Output
JSON
id- Unique identifier of the board.title- Title of the board.color- Color associated with the board.created- Timestamp when the board was created.updated- Timestamp when the board was last updated.archived- Boolean indicating if the board is archived.
Dependencies
- Nextcloud Deck API
Troubleshooting
- Common issues include authentication failures due to invalid or expired tokens. Ensure the correct authentication method and valid credentials are used.
- API errors may occur if required parameters are missing or invalid. Verify all required fields are correctly set.
- Network issues can cause request failures. Check network connectivity and API endpoint availability.
Links
- Nextcloud Deck API Documentation - Official API documentation for Nextcloud Deck, detailing available endpoints and usage.
