Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve multiple Course records based on specified OData query options. It is useful for scenarios where users need to fetch a list of courses with filtering, field selection, and pagination controls. For example, an educational platform could use this node to display a filtered list of courses or to synchronize course data with another system.

Use Case Examples

  1. Fetch up to 50 courses with specific fields selected for display.
  2. Retrieve courses filtered by a certain category or attribute using OData filter expressions.

Properties

Name Meaning
OData Query Options Options to customize the OData query for retrieving courses, including filtering, selecting specific fields, and limiting the number of results.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • courses - Array of course objects retrieved from the Cloud Radial API based on the query options.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the API credentials are correctly configured and have the necessary permissions to access course data.
  • If using OData filter expressions, verify their syntax to avoid query errors.
  • Check network settings if using a proxy or if SSL certificate validation is disabled, as these can affect connectivity.
  • Timeout errors may occur if the server is slow to respond; consider increasing the timeout setting if needed.

Links

Discussion