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 retrieve detailed information about a specific activity by its ID. It is useful in scenarios where you need to fetch data about user activities or events within the HumHub platform, such as monitoring user engagement or auditing actions. For example, you can use this node to get the details of a particular activity to display in a dashboard or trigger further automation based on activity data.
Use Case Examples
- Retrieve details of an activity by specifying its ID to analyze user interactions.
- Fetch activity data to integrate with other systems for reporting or notifications.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with the HumHub API, either Basic Auth or JWT Token. |
| ID | The unique identifier of the activity to retrieve. |
Output
JSON
id- The unique identifier of the activity.type- The type/category of the activity.content- Details or content related to the activity.created_at- Timestamp when the activity was created.user- Information about the user who performed the activity.
Dependencies
- HumHub API
Troubleshooting
- Ensure the provided activity ID exists and is correct; otherwise, the API will return an error.
- Verify that the authentication credentials (Basic Auth or JWT Token) are valid and have the necessary permissions to access activity data.
- Check network connectivity and API endpoint availability if requests fail.
- If the node throws JSON parsing errors, ensure that the input parameters are correctly formatted and valid.
Links
- HumHub API Documentation - Official documentation for the HumHub API endpoints and usage.
