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 '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

  1. Retrieve details of a specific topic by its ID to display in a dashboard.
  2. 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

Discussion