Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve details of a specific catalog question by its ID. It is useful in scenarios where you need to fetch detailed information about a particular question within a catalog, such as for reporting, auditing, or integration with other systems. For example, you might use this node to get the question details before updating or displaying them in a user interface.

Use Case Examples

  1. Fetching a catalog question by its ID to display its details in a dashboard.
  2. Retrieving question information to validate or process it in an automated workflow.

Properties

Name Meaning
Question ID The ID of the catalog question to retrieve.
Request Options Additional options to control the request behavior, including batching, SSL certificate validation, proxy settings, and request timeout.

Output

JSON

  • id - The unique identifier of the catalog question.
  • questionText - The text content of the catalog question.
  • questionType - The type or category of the catalog question.
  • options - Possible answer options for the catalog question, if applicable.
  • createdAt - Timestamp when the catalog question was created.
  • updatedAt - Timestamp when the catalog question was last updated.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the provided Question ID is valid and exists in the Cloud Radial system to avoid 'not found' errors.
  • If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass SSL errors.
  • Check proxy settings if requests fail due to network issues.
  • Adjust the timeout setting if the API server is slow to respond to prevent premature request abortion.

Links

Discussion