Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve multiple archive items based on specified OData query options. It is useful for scenarios where users need to fetch a filtered, sorted, or paginated list of archive items from Cloud Radial, such as generating reports, syncing data, or displaying archive items in a custom interface.

Use Case Examples

  1. Fetch the top 50 archive items with a specific filter applied.
  2. Retrieve archive items ordered by creation date, skipping the first 10 results.
  3. Select specific fields from archive items to optimize data transfer.

Properties

Name Meaning
OData Query Options Options to customize the OData query for retrieving archive items, including filtering, selecting fields, ordering, limiting, and skipping results.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout.

Output

JSON

  • data - Array of archive items retrieved from the Cloud Radial API.

Dependencies

  • Cloud Radial API
  • API key credential for authentication

Troubleshooting

  • Ensure the API URL and credentials are correctly configured to avoid authentication errors.
  • If using batching, verify batch size and interval settings to prevent request throttling or timeouts.
  • Check proxy settings if requests fail to reach the API endpoint.
  • If SSL errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.

Links

Discussion