Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve multiple course enrollment records. It supports OData query options to filter and limit the number of results returned, making it useful for scenarios where bulk data retrieval of course enrollments is needed, such as reporting, analytics, or synchronization with other systems.

Use Case Examples

  1. Retrieve up to 50 course enrollments filtered by a specific condition using OData filter expressions.
  2. Batch requests to handle large datasets by splitting input into smaller batches with configurable batch size and interval.

Properties

Name Meaning
OData Query Options Options to customize the OData query for filtering and limiting results.
Request Options Settings to control request behavior such as batching, SSL validation, proxy, and timeout.

Output

JSON

  • data - Array of course enrollment records retrieved from the API.

Dependencies

  • Cloud Radial API with API key credential

Troubleshooting

  • Common issues include invalid OData filter syntax causing API errors, which can be resolved by verifying the filter expression format.
  • Timeout errors may occur if the server is slow to respond; increasing the timeout setting can help.
  • SSL certificate validation errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this should be used cautiously due to security risks.

Links

Discussion