mittwald icon

mittwald

Interact with mittwald mStudio API

Actions100

Overview

This node interacts with the mittwald mStudio API to list project invites for a specified project. It is useful when you want to retrieve information about users who have been invited to collaborate on a project within the mittwald platform. Typical use cases include managing project access, auditing invitations, or integrating project invite data into workflows.

Properties

Name Meaning
Limit The maximum number of project invites to return in the response. If set to 0, it may return all 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 containing a list of project invites retrieved from the mittwald API. Each item in the output typically represents an individual project invite with details such as invitee information and invitation status. The exact structure depends on the mittwald API response schema but generally includes identifiers and metadata related to each invite.

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 for JSON content negotiation (Accept: application/json and Content-Type: application/json).

Troubleshooting

  • Common issues:

    • Invalid or missing API authentication token will cause authorization errors.
    • Incorrect usage of limit and skip parameters might lead to unexpected pagination results.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authorization errors typically indicate invalid credentials; verify that the API key is correctly configured.
    • Rate limiting or quota exceeded errors require checking API usage limits.
    • Malformed request errors suggest incorrect parameter formatting; ensure limit and skip are numbers.

Links and References

Discussion