mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to list app versions for a specified application. It is useful when you need to retrieve version information about an app managed within the mittwald platform, such as for monitoring, reporting, or automation workflows that depend on app version data.

A practical example would be automating deployment pipelines where you fetch the latest recommended app version before triggering further steps.

Properties

Name Meaning
App Id The unique identifier of the app for which to list versions.
Recommended A boolean flag indicating whether to filter and return only the recommended app versions.

Output

The node outputs JSON data containing the list of app versions corresponding to the specified App Id. If the "Recommended" property is set to true, the output will include only the recommended versions. The exact structure depends on the mittwald mStudio API response but generally includes version identifiers, release dates, and status flags.

No binary data output is produced by this node.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de for all requests.
  • Proper configuration of the API authentication in n8n credentials is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing App Id may result in errors or empty responses.
    • Incorrect or expired API credentials will cause authentication failures.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors typically indicate invalid API keys; verify and update credentials.
    • "Not Found" errors suggest the App Id does not exist or is inaccessible; confirm the App Id value.
    • Rate limiting or server errors from the API should be retried after some delay.

Links and References

Discussion