mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the Marketplace resource of an external API to retrieve details about a specific extension instance. It is useful when you need to fetch information about a particular extension installed or available in the marketplace by providing its unique identifier. For example, this node can be used in automation workflows that manage software extensions, verify their status, or gather metadata for reporting purposes.

Properties

Name Meaning
Extension Instance Id The unique identifier of the extension instance to retrieve. This is a required string input.

Output

The node outputs JSON data representing the details of the requested extension instance. The structure typically includes all relevant metadata and properties of the extension instance as returned by the external API. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authentication with the external service.
  • Connects to the external API endpoint at https://api.mittwald.de.
  • Uses standard HTTP headers for JSON content negotiation (Accept: application/json, Content-Type: application/json).

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Extension Instance Id will likely result in an error or empty response.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity problems may prevent successful API calls.
  • Error messages:

    • Authentication errors usually indicate missing or invalid API keys; ensure the correct credential is configured.
    • "Not Found" or similar errors suggest the provided Extension Instance Id does not exist.
    • Timeout or connection errors imply network issues or API unavailability.

Links and References

Discussion