HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to perform operations related to the CFile Directory resource. Specifically, the 'Get' operation retrieves information about a directory by its ID. This is useful for workflows that need to access or manipulate directory data within HumHub's file management system, such as fetching directory details for file organization or integration purposes.

Use Case Examples

  1. Retrieve details of a specific CFile Directory by providing its ID to integrate directory information into a workflow.
  2. Use the node to fetch directory metadata for reporting or synchronization with other systems.

Properties

Name Meaning
Authentication Method of authentication to use for the API request, either Basic Auth or JWT Token.
ID The unique identifier of the CFile Directory to retrieve.

Output

JSON

  • id - The unique identifier of the directory.
  • title - The title or name of the directory.
  • visibility - Visibility status of the directory, indicating who can access it.
  • created_at - Timestamp when the directory was created.
  • updated_at - Timestamp when the directory was last updated.
  • additionalProperties - Other directory-related metadata returned by the HumHub API.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the provided ID is valid and corresponds to an existing directory in HumHub to avoid 'not found' errors.
  • Verify that the authentication credentials (Basic Auth or JWT Token) are correctly configured and have sufficient permissions to access the directory resource.
  • Check network connectivity and API endpoint availability if requests fail or time out.

Links

Discussion