mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve specific information about an application version. In particular, the "App Get Appversion" operation fetches details of a given app version by specifying both the app's unique identifier and the version's unique identifier.

Common scenarios for this node include:

  • Retrieving metadata or configuration details of a specific version of an app managed in mittwald mStudio.
  • Automating workflows that require validation or processing based on app version data.
  • Integrating app version information into other systems or dashboards.

For example, a user might use this node to get the version details of a mobile app before triggering a deployment pipeline or to audit version histories.

Properties

Name Meaning
App Id The unique identifier of the app whose version information is to be retrieved.
App Version Id The unique identifier of the specific app version to fetch details for.

Output

The node outputs JSON data containing the details of the specified app version as returned by the mittwald mStudio API. This typically includes metadata such as version number, release notes, status, creation date, and other relevant attributes defined by the API schema.

No binary data output is indicated for this operation.

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 network access to the mittwald API endpoint is necessary.

Troubleshooting

  • Missing or invalid App Id/App Version Id: Ensure both identifiers are provided and correctly formatted; otherwise, the API will return errors indicating missing parameters or resource not found.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network issues: Confirm connectivity to the mittwald API endpoint.
  • Unexpected API responses: Check if the API version or endpoint has changed; update the node or credentials accordingly.

Links and References

Discussion