OpenProject icon

OpenProject

Interact with OpenProject via API

Actions199

Overview

This node allows users to view details of a specific activity within the "Activities" resource by providing the activity's unique identifier. It is useful in scenarios where you need to retrieve and display information about a particular activity, such as tracking progress, auditing changes, or displaying activity logs in an automation workflow.

For example, you might use this node to fetch the details of a task update or comment activity in a project management system to include that information in a report or notification.

Properties

Name Meaning
Id The unique numeric identifier of the activity to be viewed.

Output

The node outputs JSON data representing the detailed information of the specified activity. This typically includes fields such as activity metadata, timestamps, user information, and any other relevant details returned by the API for that activity.

If the node supports binary data output (not indicated here), it would represent attachments or media related to the activity, but based on the provided code and properties, the output is JSON only.

Dependencies

  • Requires an API key credential to authenticate with the external service.
  • Needs the base URL of the OpenProject API configured in the credentials.
  • Depends on the OpenProject API being accessible and the provided activity ID existing in the system.

Troubleshooting

  • Invalid or missing activity ID: Ensure the "Id" property is set to a valid number corresponding to an existing activity.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Network or API errors: Check connectivity to the OpenProject API endpoint and confirm the API service is operational.
  • Unexpected response structure: If the API changes, the node may not parse the response correctly; verify API version compatibility.

Links and References

Discussion