mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation lists all invites associated with a specific project in the mittwald mStudio API. It is useful when you want to retrieve and manage invitations sent for collaboration or access to a particular project. For example, a user might use this node to audit who has been invited to a project or to display pending invites in a dashboard.

Properties

Name Meaning
Project Id The unique identifier of the project for which to list invites.
Limit (Optional) Maximum number of invite records to return.
Skip (Optional) Number of invite records to skip before starting to return results (offset).

Output

The output will be a JSON array containing invite objects related to the specified project. Each invite object typically includes details such as the invitee's information, status of the invite, and timestamps. The exact structure depends on the mittwald mStudio API response schema for project invites.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de to make requests.
  • Proper configuration of the API key credential within n8n is necessary for successful execution.

Troubleshooting

  • Invalid Project Id: If the provided Project Id does not exist or is incorrect, the API may return an error or empty result. Verify the Project Id is correct.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly set up.
  • Rate Limits: The API may enforce rate limits; if exceeded, requests could fail temporarily.
  • Limit and Skip Parameters: Providing negative values or non-integer numbers for limit or skip may cause errors or unexpected behavior. Use valid positive integers.

Links and References

Discussion