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 'Topic' resource. Specifically, the 'Get' operation retrieves detailed information about a specific topic by its ID. This is useful for workflows that need to fetch and utilize topic data from a HumHub instance, such as displaying topic details, processing topic information, or integrating topic data with other systems.
Use Case Examples
- Retrieve details of a specific topic by its ID to display in a dashboard.
- Fetch topic information to use in automated reporting or notifications.
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 topic to retrieve. |
Output
JSON
id- The unique identifier of the topic.name- The name of the topic.description- Description or details about the topic.created_at- Timestamp when the topic was created.updated_at- Timestamp when the topic was last updated.
Dependencies
- HumHub API
Troubleshooting
- Ensure the provided topic ID exists; otherwise, the API will return an error indicating the topic was not found.
- Verify that the authentication credentials (Basic Auth or JWT Token) are correctly configured and valid to avoid authentication errors.
- Check network connectivity to the HumHub API endpoint to prevent request failures.
Links
- HumHub API Documentation - Topics - Official documentation for the HumHub API related to topic operations.
