Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve multiple Assessment records based on specified OData query options. It is useful for scenarios where users need to fetch filtered, selected, or paginated lists of assessments from the Cloud Radial platform, such as generating reports, syncing data, or displaying assessment data in dashboards.

Use Case Examples

  1. Fetch the top 50 assessments with specific fields selected for reporting.
  2. Retrieve assessments filtered by a certain criteria, such as date or status.
  3. Paginate through assessments by adjusting the 'Top' parameter to control the number of results per request.

Properties

Name Meaning
OData Query Options Options to customize the OData query for retrieving assessments, 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.

Output

JSON

  • assessments - Array of assessment 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 assessment data.
  • If the request times out, consider increasing the timeout setting or checking network connectivity.
  • Invalid OData filter expressions may cause errors; verify the syntax and supported fields for filtering.
  • If SSL certificate validation fails and you trust the endpoint, enable the 'Ignore SSL Issues' option to bypass validation.

Links

  • Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including details on OData query options and assessment endpoints.

Discussion