mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to list contracts associated with a specific customer. It is useful when you need to retrieve multiple contract records for a given customer, such as for reporting, auditing, or integration purposes. For example, you might use this node to fetch all active contracts of a customer before processing billing or generating summaries.

Properties

Name Meaning
Customer Id The UUID of the customer whose contracts you want to retrieve. This is required.
Limit The maximum number of contract records to return in one response. Defaults to 1000.
Skip Number of items to skip in the result set; should be a multiple of limit. Useful for paging.
Page The page number to display. Functions similarly to skip. If both are set, skip takes precedence.

Output

The node outputs a JSON array containing contract objects retrieved from the mittwald mStudio API. Each object represents a contract associated with the specified customer and includes details as provided by the API. The output does not include binary data.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de.
  • No additional external dependencies beyond the API access.

Troubleshooting

  • Missing or invalid Customer Id: The node requires a valid UUID for the customer. Ensure the Customer Id is correctly provided.
  • API authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Pagination issues: When using skip and limit, ensure skip is a multiple of limit to avoid unexpected results.
  • Rate limiting or network errors: Check API limits and network connectivity if requests fail repeatedly.

Links and References

Discussion