mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to list domain records associated with a project. It is useful for retrieving paginated lists of domains, optionally filtered by domain name or contact hash. Typical use cases include managing domain inventories, searching for specific domains within a project, or integrating domain data into workflows for monitoring or reporting.

For example, you can use this node to:

  • Retrieve all domains under a specific project.
  • Search for domains containing a particular substring in their names.
  • Filter domains by a contact identifier hash.

Properties

Name Meaning
Project Id The identifier of the project whose domains you want to list.
Page The page number of results to retrieve (for pagination).
Limit The maximum number of domain records to return per page.
Domain Search Name A search string to filter domain names; input is treated as a contains match (%input%).
Contact Hash Filter domains by a specific contact hash value.

Output

The node outputs JSON data representing a list of domain objects retrieved from the mittwald mStudio API. Each item in the output corresponds to a domain record with its associated properties as returned by the API.

No binary data output is produced by this node.

Dependencies

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

Troubleshooting

  • Empty results: Ensure that the Project Id is correct and that the project contains domains. Also verify that any filters like Domain Search Name or Contact Hash are accurate.
  • Authentication errors: Confirm that the API key credential is valid and has sufficient permissions.
  • Pagination issues: If no results appear on a given page, try adjusting the Page and Limit parameters.
  • API rate limits or connectivity problems: Check network connectivity and API usage limits imposed by mittwald.

Links and References

Discussion