mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the "mittwald mStudio API" to list system software entries related to an application resource. It is useful when you want to retrieve a paginated list of system software items managed or associated with an app in the mittwald environment. Typical use cases include inventory management, auditing installed software versions, or integrating system software data into workflows for reporting or automation.

Properties

Name Meaning
Limit The maximum number of system software resources to return in the list response.
Skip Number of items to skip before starting to collect the result set. Should be a multiple of Limit.
Page The page number to display. Note that if both Page and Skip are set, Skip takes precedence.

Output

The node outputs JSON data representing the list of system software items retrieved from the mittwald API. Each item corresponds to a system software resource with its associated details as provided by the API. The output structure directly reflects the API's response schema for system software listings.

No binary data output is indicated or expected from this operation.

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, Content-Type: application/json).

Troubleshooting

  • Common issues:

    • Incorrect or missing API authentication token will cause authorization errors.
    • Providing non-multiples of Limit in the Skip property may lead to unexpected pagination results.
    • Setting both Page and Skip can cause confusion; remember that Skip overrides Page.
  • Error messages:

    • Authorization failures typically indicate invalid or expired API credentials. Verify and update your API key.
    • API rate limits or connectivity issues may result in request timeouts or error responses. Check network connectivity and API usage quotas.
    • Invalid query parameters (e.g., negative numbers for Limit, Skip, or Page) may cause validation errors. Ensure all numeric inputs are zero or positive integers.

Links and References

Discussion