Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve information about a specific course by its ID. It is useful in scenarios where you need to fetch detailed data about a course within an automated workflow, such as integrating course details into a learning management system or reporting tool.

Use Case Examples

  1. Retrieve course details by providing the course ID to display course information in a dashboard.
  2. Use the node to get course data and then update another system with the course information automatically.

Properties

Name Meaning
Course ID The unique identifier of the course to retrieve.
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 course.
  • name - The name of the course.
  • description - A detailed description of the course content.
  • status - The current status of the course (e.g., active, inactive).
  • createdAt - Timestamp when the course was created.
  • updatedAt - Timestamp when the course was last updated.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the provided Course 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 API credentials and permissions to ensure the node can access course data.

Links

Discussion