Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve information about an article by its ID. It is useful for scenarios where you need to fetch specific article details from Cloud Radial, such as in content management, reporting, or integration workflows that require article data.

Use Case Examples

  1. Fetching an article's details to display in a dashboard.
  2. Retrieving article information to update or process it in another system.

Properties

Name Meaning
Article ID The ID of the article to retrieve, required for the get operation on the Article resource.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • id - The unique identifier of the retrieved article.
  • title - The title of the article.
  • content - The main content or body of the article.
  • createdAt - Timestamp when the article was created.
  • updatedAt - Timestamp when the article was last updated.

Dependencies

  • Cloud Radial API
  • An API key credential for authentication

Troubleshooting

  • Ensure the Article ID is valid and exists in the Cloud Radial system to avoid 'not found' errors.
  • Check network connectivity and proxy settings if requests time out or fail to connect.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
  • Verify that the API key credential is correctly configured and has sufficient permissions.

Links

Discussion