Actions126
- User Actions
- Group Actions
- Content Actions
- Post Actions
- Comment Actions
- Like Actions
- Activity Actions
- Notification Actions
- Space Actions
- Calendar Actions
- CFile Directory Actions
- CFile Actions
- CFile Item Management Actions
- Survey Actions
- Task Actions
- Task List Actions
- Wiki Page Actions
- Mail Conversation Actions
- Mail Entry Actions
- Mail Recipient Actions
- Session Actions
- File Actions
- Space Membership Actions
- Topic Actions
- Survey Answer Actions
- Survey Answers Actions
- Wiki Page Revision Actions
- Mail Tag Actions
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
- Retrieve details of a specific CFile Directory by providing its ID to integrate directory information into a workflow.
- 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
- HumHub CFile Directory API Documentation - Official API documentation for managing CFile Directories in HumHub.
