Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve multiple company records based on OData query options. It is useful for scenarios where you need to fetch a list of companies with specific filtering, selection, ordering, and pagination criteria. For example, you can use it to get a list of companies filtered by a certain attribute, select only specific fields like companyId and companyName, order the results by companyName, and limit the number of results returned.

Use Case Examples

  1. Retrieve all companies where companyId equals 123.
  2. Get a list of companies selecting only companyId and companyName fields.
  3. Fetch companies ordered by companyName in ascending order.
  4. Limit the results to the top 50 companies and skip the first 10.

Properties

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

Output

JSON

  • data - Array of company records retrieved from the Cloud Radial API based on the OData query options.

Dependencies

  • Cloud Radial API with an API key credential

Troubleshooting

  • If the node fails due to SSL certificate issues, enable the 'Ignore SSL Issues' option to bypass validation (not recommended for production).
  • Ensure the OData query expressions are correctly formatted to avoid API errors.
  • If using a proxy, verify the proxy URL and credentials are correct.
  • Timeout errors can occur if the server is slow; increase the timeout setting if needed.

Links

Discussion