Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve multiple catalog questions based on specified OData query options. It is useful for scenarios where users need to fetch filtered, sorted, or paginated lists of catalog questions from the Cloud Radial system, such as for reporting, data synchronization, or display in custom applications.

Use Case Examples

  1. Retrieve catalog questions filtered by a specific company catalog ID.
  2. Fetch a limited number of catalog questions with selected fields for performance optimization.
  3. Get catalog questions ordered by their display order.

Properties

Name Meaning
OData Query Options Options to filter, select, order, limit, and skip catalog questions using OData syntax.
Request Options Settings to control request behavior such as batching, SSL validation, proxy, and timeout.

Output

JSON

  • data - Array of catalog question objects returned from the Cloud Radial API based on the query options.

Dependencies

  • Cloud Radial API with an API key credential

Troubleshooting

  • Ensure the API URL and credentials are correctly configured to avoid authentication errors.
  • Check OData query syntax to prevent malformed request errors.
  • If SSL issues occur, consider enabling the option to ignore SSL certificate validation, but be aware of security risks.
  • Use batching options carefully to avoid hitting API rate limits or timeouts.

Links

Discussion