Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve a specific archive item by its archive (folder) ID and item ID. It is useful for scenarios where you need to access detailed information about a particular item stored within an archive folder in Cloud Radial, such as fetching documents, records, or other archived data for further processing or analysis.

Use Case Examples

  1. Retrieve a document stored in a specific archive folder by providing the archive ID and item ID.
  2. Fetch details of an archived record to display or use in a workflow.

Properties

Name Meaning
Archive ID The ID of the archive (folder) containing the item to retrieve.
Item ID The ID of the specific item within the archive to retrieve.
Request Options Additional options to control the request behavior, including batching, SSL certificate validation, proxy settings, and request timeout.

Output

JSON

  • id - The unique identifier of the retrieved archive item.
  • name - The name or title of the archive item.
  • content - The main content or data of the archive item.
  • metadata - Additional metadata or attributes related to the archive item.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the provided Archive ID and Item ID are correct and exist in the Cloud Radial system to avoid 'item not found' errors.
  • If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass SSL errors.
  • Check proxy settings if requests fail due to network restrictions or firewall rules.
  • Adjust the timeout setting if the server response is slow to prevent premature request abortion.

Links

Discussion