Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
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
- Retrieve all companies where companyId equals 123.
- Get a list of companies selecting only companyId and companyName fields.
- Fetch companies ordered by companyName in ascending order.
- 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
- Cloud Radial API OData Documentation - Official documentation for OData query options supported by Cloud Radial API.