mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to list project invites associated with a specific project. It is useful for scenarios where you need to retrieve and manage invitations sent to collaborators or team members for a project within the mittwald platform. For example, you might use this node to display all pending or accepted invites for a project or to audit who has access to a project.

Properties

Name Meaning
Limit The maximum number of project invites to return in the response. If set to 0, it may return all available invites depending on API behavior.
Skip The number of project invites to skip before starting to collect the result set. Useful for pagination.

Output

The node outputs JSON data representing the list of project invites retrieved from the mittwald API. Each item in the output typically contains details about an individual invite, such as invitee information, status, and related metadata. The exact structure depends on the mittwald API response schema for project invites.

No binary data output is indicated by the source code.

Dependencies

  • Requires an API key credential for authenticating requests to the mittwald mStudio API.
  • The base URL for API requests is https://api.mittwald.de.
  • The node uses standard HTTP headers to accept and send JSON content.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Incorrect usage of Limit and Skip parameters may lead to unexpected pagination results.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors typically indicate invalid or expired API keys; verify and update credentials.
    • Rate limiting or quota exceeded errors suggest too many requests in a short time; implement retries or backoff.
    • Unexpected API responses may require checking if the mittwald API has changed or if the node's version is outdated.

Links and References

Discussion