mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the "Marketplace" resource, specifically to list contract partners associated with a given contributor. It is useful in scenarios where you need to retrieve and analyze contractual relationships or partnerships linked to a specific contributor within a marketplace environment.

For example, if you manage a platform that tracks contributors and their contracts, this node can fetch all contract partners for a particular contributor, enabling you to automate reporting, auditing, or integration workflows based on these relationships.

Properties

Name Meaning
Contributor Id The unique identifier of the contributor whose contract partners you want to list.
Extension Id (Optional) An extension identifier to filter or specify the context of the request.
Extension Instance Id (Optional) An instance identifier of the extension; returns an array with a single result.

Output

The node outputs JSON data representing the list of contract partners related to the specified contributor. The structure typically includes details about each contract partner, such as identifiers and relevant metadata.

If the Extension Instance Id is provided, the output will be an array containing a single result corresponding to that instance.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de and expects JSON-formatted requests and responses.
  • No additional external dependencies are required beyond the configured API credentials.

Troubleshooting

  • Missing Contributor Id: Since Contributor Id is required, omitting it will likely cause errors or empty results. Ensure this property is set.
  • Invalid API Credentials: Authentication failures may occur if the API key is missing or invalid. Verify the API key configuration.
  • Incorrect Extension Id or Instance Id: Providing invalid or mismatched extension identifiers may result in no data returned or errors.
  • Network Issues: Connectivity problems with the mittwald API endpoint can cause timeouts or failed requests.

Common error messages might include authentication errors, 404 not found (if contributor or extensions do not exist), or validation errors for missing parameters. Resolving these involves checking input values and API credential setup.

Links and References

Discussion