mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to list user sessions. It is useful for retrieving session data related to users, such as active or historical login sessions. Typical use cases include monitoring user activity, auditing sessions, or managing session lifecycles in an application integrated with mittwald mStudio.

Properties

Name Meaning
Limit The maximum number of user session records to return in the response.
Skip The number of user session records to skip before starting to collect the result set. Should be a multiple of Limit.
Page The page number to display. Functions similarly to Skip. If both Page and Skip are set, Skip takes precedence.

Output

The node outputs JSON data representing a list of user sessions retrieved from the mittwald mStudio API. Each item in the output typically contains details about individual user sessions, such as session identifiers, timestamps, status, or other session metadata as provided by the API.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with 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, Content-Type: application/json).

Troubleshooting

  • Common issues:

    • Incorrect or missing API credentials will cause authentication failures.
    • Providing invalid values for pagination properties (Limit, Skip, Page) may result in unexpected or empty responses.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors typically indicate invalid or expired API keys; verify and update credentials accordingly.
    • Validation errors on query parameters suggest adjusting Limit, Skip, or Page values to valid numbers.
    • API rate limiting or server errors should be handled by retrying after some delay or checking API status.

Links and References

Discussion