mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve detailed information about a specific Contract Item within a given Contract. It is useful when you need to fetch precise data related to contract items, such as for auditing, reporting, or integration purposes where contract details are required programmatically.

A practical example would be automating the retrieval of contract item details to update an internal database or trigger workflows based on contract item attributes.

Properties

Name Meaning
Contract Id The UUID of the Contract where the desired Contract Item belongs to.
Contract Item Id The UUID of the specific Contract Item to be returned.

Output

The node outputs JSON data containing the detailed information of the specified Contract Item. This includes all relevant fields as provided by the mittwald mStudio API for that contract item. The output structure directly reflects the API response for the contract item detail.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node makes HTTP requests to https://api.mittwald.de.
  • Proper configuration of the API credential in n8n is necessary for successful operation.

Troubleshooting

  • Common issues:

    • Invalid or missing Contract Id or Contract Item Id will result in errors or empty responses.
    • Authentication failures due to incorrect or expired API credentials.
    • Network connectivity issues preventing access to the mittwald API endpoint.
  • Error messages and resolutions:

    • 401 Unauthorized: Check that the API key credential is correctly configured and valid.
    • 404 Not Found: Verify that both Contract Id and Contract Item Id are correct and exist in the mittwald system.
    • Timeout or Network Errors: Ensure network connectivity and that the API endpoint is reachable from your environment.

Links and References

Discussion