mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve performance data related to a specific project’s page insights. It is useful for users who want to monitor and analyze the performance metrics of their web projects hosted or managed via mittwald services. For example, a user can list performance data filtered by domain for a given project ID to track how different domains under the project are performing.

Properties

Name Meaning
Project Id The unique identifier of the project for which you want to list domain performance data.
Domain (Optional) Filter results to a specific domain within the project. Default is "mittwald.de".

Output

The node outputs JSON data containing the performance metrics for the specified project and optionally filtered by domain. The exact structure depends on the API response but generally includes various performance indicators related to the project’s pages. There is no indication that binary data is returned.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de to make requests.
  • No additional environment variables or external dependencies are indicated.

Troubleshooting

  • Missing or invalid Project Id: Since the Project Id is required, omitting it or providing an incorrect value will likely cause errors or empty responses. Ensure the Project Id is correct.
  • Domain filter issues: If filtering by domain returns no data, verify that the domain exists under the specified project.
  • Authentication errors: Make sure the API key credential is correctly configured and has sufficient permissions.
  • API connectivity problems: Network issues or changes in the mittwald API endpoint could cause failures; verify network access and API availability.

Links and References

Discussion