Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve multiple articles based on specified OData query options. It is useful for scenarios where users need to fetch a list of articles with filtering, selection of specific fields, ordering, and pagination controls. For example, a user can retrieve articles filtered by company ID, select only certain fields like articleId and subject, order the results by subject, and limit the number of results returned.

Use Case Examples

  1. Retrieve all articles related to a specific company by applying a filter on companyId.
  2. Fetch a list of articles selecting only the articleId, subject, and category fields.
  3. Get the top 50 articles ordered by subject in ascending order.

Properties

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

  • articles - Array of article 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 articles.
  • Check the OData query syntax for correctness to avoid query errors.
  • If SSL issues occur, consider enabling the option to ignore SSL certificate validation, but be aware of security risks.
  • Verify proxy settings if requests fail due to network restrictions.
  • Adjust timeout settings if the server response is slow to prevent premature request abortion.

Links

Discussion