mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the Marketplace resource to retrieve detailed information about a specific extension instance contract. It is useful when you need to programmatically access contract details of an extension instance identified by its unique ID. For example, this can be used in automation workflows that manage or audit software extensions installed via a marketplace, ensuring you have up-to-date contract data for compliance or integration purposes.

Properties

Name Meaning
Extension Instance Id The unique identifier (UUID) of the extension instance whose contract details are fetched.

Output

The node outputs JSON data containing the contract details of the specified extension instance. This typically includes all relevant fields describing the contract such as terms, status, dates, and any metadata associated with the extension instance contract. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node sends requests to the base URL: https://api.mittwald.de.
  • The node expects JSON responses and sets appropriate headers (Accept and Content-Type as application/json).

Troubleshooting

  • Invalid or missing Extension Instance Id: Ensure the provided ID is correct and exists in the marketplace system; otherwise, the API may return errors or empty results.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions to access extension contracts.
  • Network or API errors: Check connectivity to https://api.mittwald.de and confirm the API service is operational.
  • Unexpected response format: If the API changes, the node might fail to parse the response correctly; updating the node or checking API documentation may be necessary.

Links and References

Discussion